Skip to content

Commit b6dfae8

Browse files
committed
release: 0.2.0
1 parent 1454bc5 commit b6dfae8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude = [".vscode/**/*"]
55
license = "MIT"
66
name = "semaphore"
77
readme = "README.md"
8-
version = "0.1.3"
8+
version = "0.2.0"
99
build = "build.rs"
1010
publish = false
1111

cabi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semaphore-cabi"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
license = "MIT"
55
authors = ["Sentry <hello@sentry.io>"]
66
homepage = "https://github.com/getsentry/semaphore"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
66
license = "MIT"
77
name = "semaphore-common"
88
repository = "https://github.com/getsentry/semaphore"
9-
version = "0.1.3"
9+
version = "0.2.0"
1010

1111
[dependencies]
1212
backoff = "0.1.2"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
66
license = "MIT"
77
name = "semaphore-server"
88
repository = "https://github.com/getsentry/semaphore"
9-
version = "0.1.3"
9+
version = "0.2.0"
1010
build = "build.rs"
1111

1212
[features]

0 commit comments

Comments
 (0)