Skip to content

Commit

Permalink
Update the version number for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <[email protected]>
  • Loading branch information
psychon committed Dec 9, 2023
1 parent e34bd22 commit e49a35a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.13.0 (2023-XX-XX)
# Version 0.13.0 (2023-12-09)

New features:
* A bitmask enum in the generates code has new methods `bits()` for conversion
Expand Down
6 changes: 3 additions & 3 deletions x11rb-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x11rb-async"
version = "0.12.0"
version = "0.13.0"
description = "Async Rust bindings to X11"
authors = [
"Uli Schlachter <[email protected]>",
Expand All @@ -21,8 +21,8 @@ blocking = "1.3.0"
event-listener = "2.5.3"
futures-lite = "1"
tracing = { version = "0.1.33", default-features = false }
x11rb = { version = "0.12.0", path = "../x11rb", default-features = false }
x11rb-protocol = { version = "0.12.0", default-features = false, features = ["std"], path = "../x11rb-protocol" }
x11rb = { version = "0.13.0", path = "../x11rb", default-features = false }
x11rb-protocol = { version = "0.13.0", default-features = false, features = ["std"], path = "../x11rb-protocol" }

[features]
# Enable this feature to enable all the X11 extensions
Expand Down
2 changes: 1 addition & 1 deletion x11rb-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x11rb-protocol"
version = "0.12.0"
version = "0.13.0"
description = "Rust bindings to X11"
authors = [
"Uli Schlachter <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions x11rb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x11rb"
version = "0.12.0"
version = "0.13.0"
description = "Rust bindings to X11"
authors = [
"Uli Schlachter <[email protected]>",
Expand All @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
keywords = ["xcb", "X11"]

[dependencies]
x11rb-protocol = { version = "0.12.0", default-features = false, features = ["std"], path = "../x11rb-protocol" }
x11rb-protocol = { version = "0.13.0", default-features = false, features = ["std"], path = "../x11rb-protocol" }
libc = { version = "0.2", optional = true }
libloading = { version = "0.8.0", optional = true }
once_cell = { version = "1.17", optional = true }
Expand Down

0 comments on commit e49a35a

Please sign in to comment.