Skip to content

Commit 9944589

Browse files
committed
doc (core): Update version/CHANGELOG for v2.0.1
1 parent 94b302d commit 9944589

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ffi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.0.1 (2021/04/24)
2+
3+
## Bugfixes
4+
5+
- Update to Buttplug v3.0.3
6+
- Fixes issue with RawWriteCmd JSON schema error
7+
18
# 2.0.0 (2021/04/22)
29

310
## Features

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug-rs-ffi"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "FFI Layer for buttplug-rs. Used by other languages for implementing buttplug-rs bindings."
55
authors = ["Kyle Machulis <kyle@nonpolynomial.com>"]
66
edition = "2018"

ffi/build/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
inputs:
119119
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/ffi/nuget/"
120120
archiveType: "zip"
121-
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.0.nupkg"
121+
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.1.nupkg"
122122
includeRootFolder: false
123123
- task: PowerShell@2
124124
displayName: 'Sign Exported Nuget Packages'

ffi/nuget/ButtplugRustFFI.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>ButtplugRustFFI</id>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<title>Buttplug</title>
77
<authors>Nonpolynomial, LLC</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)