Skip to content

Commit b710e98

Browse files
committed
v0.4.0
1 parent 6c2cda0 commit b710e98

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ For debug the build process of sherpa-onnx, please set `BUILD_DEBUG=1` environme
150150
## Release new version
151151

152152
```console
153-
gh release create v0.3.0 --title v0.3.0 --generate-notes
153+
gh release create v0.4.0 --title v0.4.0 --generate-notes
154154
```

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["sys"]
33

44
[package]
55
name = "sherpa-rs"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
edition = "2021"
88
authors = ["thewh1teagle"]
99
license = "MIT"
@@ -22,7 +22,7 @@ keywords = [
2222
eyre = "0.6.12"
2323
hound = { version = "3.5.1" }
2424
log = "0.4.22"
25-
sherpa-rs-sys = { path = "sys", version = "0.3.0" }
25+
sherpa-rs-sys = { path = "sys", version = "0.4.0" }
2626

2727
[dev-dependencies]
2828
clap = { version = "4.5.8", features = ["derive"] }

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sherpa-rs-sys"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["thewh1teagle"]
66
homepage = "https://github.com/thewh1teagle/sherpa-rs"

0 commit comments

Comments
 (0)