diff --git a/.changes/gtk018.md b/.changes/gtk018.md deleted file mode 100644 index 843046c..0000000 --- a/.changes/gtk018.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"libappindicator-sys": minor -"libappindicator": minor ---- - -Update gtk to 0.18. - -Increase MSRV to 1.70.0. diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a9067..96071d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 0.5.2 (2020-07-14) +## \[0.9.0] + +- [`d07334b`](https://github.com/tauri-apps/libappindicator-rs/commit/d07334b2378b137505bbdd706c23803073483e2c) Update gtk to 0.18. + + Increase MSRV to 1.70.0. + ## \[0.8.0] - Bump gtk vesion: 0.15 -> 0.16 diff --git a/Cargo.toml b/Cargo.toml index fa5bbaf..6b2976f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libappindicator" -version = "0.8.0" +version = "0.9.0" description = "Rust safe bindings for libappindicator" edition = "2021" license = "Apache-2.0 OR MIT" diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index f2560a1..a69f234 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.9.0] + +- [`d07334b`](https://github.com/tauri-apps/libappindicator-rs/commit/d07334b2378b137505bbdd706c23803073483e2c) Update gtk to 0.18. + + Increase MSRV to 1.70.0. + ## \[0.8.0] - Bump gtk vesion: 0.15 -> 0.16 diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 8b67bfe..8cc6e19 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libappindicator-sys" -version = "0.8.0" +version = "0.9.0" description = "Rust sys bindings for libappindicator" license = "Apache-2.0 OR MIT" keywords = [ "linux", "gui" ]