Skip to content

Commit a25e44c

Browse files
committed
πŸ”– release 0.5.0 "Searching, Scrolling and Missing Window Titles"
1 parent 9b898aa commit a25e44c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "centerpiece"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

β€Žflake.nixβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
packages.${system}.default = pkgs.rustPlatform.buildRustPackage rec {
2929
pname = "centerpiece";
30-
version = "0.4.0";
30+
version = "0.5.0";
3131

3232
inherit nativeBuildInputs buildInputs;
3333

0 commit comments

Comments
Β (0)