Skip to content

Commit

Permalink
doc (core): Update version/CHANGELOG for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Apr 25, 2021
1 parent 94b302d commit 9944589
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.1 (2021/04/24)

## Bugfixes

- Update to Buttplug v3.0.3
- Fixes issue with RawWriteCmd JSON schema error

# 2.0.0 (2021/04/22)

## Features
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buttplug-rs-ffi"
version = "2.0.0"
version = "2.0.1"
description = "FFI Layer for buttplug-rs. Used by other languages for implementing buttplug-rs bindings."
authors = ["Kyle Machulis <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion ffi/build/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
inputs:
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/ffi/nuget/"
archiveType: "zip"
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.0.nupkg"
archiveFile: "$(Build.ArtifactStagingDirectory)/ButtplugRustFFI.2.0.1.nupkg"
includeRootFolder: false
- task: PowerShell@2
displayName: 'Sign Exported Nuget Packages'
Expand Down
2 changes: 1 addition & 1 deletion ffi/nuget/ButtplugRustFFI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ButtplugRustFFI</id>
<version>2.0.0</version>
<version>2.0.1</version>
<title>Buttplug</title>
<authors>Nonpolynomial, LLC</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 9944589

Please sign in to comment.