Commit 9944589 1 parent 94b302d commit 9944589 Copy full SHA for 9944589
File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# 2.0.0 (2021/04/22)
2
9
3
10
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " buttplug-rs-ffi"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
description = " FFI Layer for buttplug-rs. Used by other languages for implementing buttplug-rs bindings."
5
5
authors = [" Kyle Machulis <kyle@nonpolynomial.com>" ]
6
6
edition = " 2018"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
inputs :
119
119
rootFolderOrFile : " $(System.DefaultWorkingDirectory)/ffi/nuget/"
120
120
archiveType : " zip"
121
- archiveFile : " $(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.0 .nupkg"
121
+ archiveFile : " $(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.1 .nupkg"
122
122
includeRootFolder : false
123
123
- task : PowerShell@2
124
124
displayName : ' Sign Exported Nuget Packages'
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ButtplugRustFFI</id >
5
- <version >2.0.0 </version >
5
+ <version >2.0.1 </version >
6
6
<title >Buttplug</title >
7
7
<authors >Nonpolynomial, LLC</authors >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
You can’t perform that action at this time.
0 commit comments