Skip to content

Commit d70bff7

Browse files
committed
0.3.4 release
1 parent d503213 commit d70bff7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penrose"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["sminez <[email protected]>"]
66
license = "MIT"
@@ -31,7 +31,7 @@ x11rb-xcb = ["x11rb", "x11rb/allow-unsafe-code"]
3131
anymap = "0.12"
3232
bitflags = { version = "2.3", features = ["serde"] }
3333
nix = { version = "0.26", default-features = false, features = ["signal"] }
34-
penrose_keysyms = { version = "0.3.3", path = "crates/penrose_keysyms", optional = true }
34+
penrose_keysyms = { version = "0.3.4", path = "crates/penrose_keysyms", optional = true }
3535
serde = { version = "1.0", features = ["derive"], optional = true }
3636
strum = { version = "0.25", features = ["derive"] }
3737
strum_macros = "0.25"

crates/penrose_keysyms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penrose_keysyms"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["IDAM <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

crates/penrose_ui/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penrose_ui"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["sminez <[email protected]>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ description = "UI elements for the penrose window manager library"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
penrose = { version = "0.3.3", path = "../../" }
15+
penrose = { version = "0.3.4", path = "../../" }
1616
tracing = { version = "0.1", features = ["attributes"] }
1717
thiserror = "1.0"
1818
yeslogic-fontconfig-sys = "4.0"

0 commit comments

Comments
 (0)