Skip to content

Commit

Permalink
release: 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Feb 4, 2019
1 parent 69b79d8 commit 991f30c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = [".vscode/**/*"]
license = "MIT"
name = "semaphore"
readme = "README.md"
version = "0.4.10"
version = "0.4.11"
edition = "2018"
build = "build.rs"
publish = false
Expand Down
16 changes: 8 additions & 8 deletions cabi/Cargo.lock

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

2 changes: 1 addition & 1 deletion cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "semaphore-cabi"
version = "0.4.10"
version = "0.4.11"
license = "MIT"
authors = ["Sentry <[email protected]>"]
homepage = "https://github.com/getsentry/semaphore"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-common"
repository = "https://github.com/getsentry/semaphore"
version = "0.4.10"
version = "0.4.11"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion general/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "semaphore-general"
version = "0.4.10"
version = "0.4.11"
authors = ["Armin Ronacher <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion general/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "semaphore-general-derive"
version = "0.4.10"
version = "0.4.11"
authors = ["Armin Ronacher <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-server"
repository = "https://github.com/getsentry/semaphore"
version = "0.4.10"
version = "0.4.11"
edition = "2018"
build = "build.rs"

Expand Down

0 comments on commit 991f30c

Please sign in to comment.