Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 18, 2024
1 parent bfc3db9 commit cba9b0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ For debug the build process of sherpa-onnx, please set `BUILD_DEBUG=1` environme
## Release new version

```console
gh release create v0.4.0 --title v0.4.0 --generate-notes
gh release create v0.4.1 --title v0.4.1 --generate-notes
```
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["sys"]

[package]
name = "sherpa-rs"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ keywords = [
eyre = "0.6.12"
hound = { version = "3.5.1" }
log = "0.4.22"
sherpa-rs-sys = { path = "sys", version = "0.4.0" }
sherpa-rs-sys = { path = "sys", version = "0.4.1" }

[dev-dependencies]
clap = { version = "4.5.8", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs-sys"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down

0 comments on commit cba9b0e

Please sign in to comment.