Skip to content

Commit

Permalink
Merge pull request #46 from tauri-apps/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
wusyong committed Oct 1, 2023
2 parents ba446ac + 5e5a4a4 commit eafd1e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changes/gtk018.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -11,7 +11,7 @@ log = "0.4"
glib = "0.18"
gtk = "0.18"
gtk-sys = "0.18"
libappindicator-sys = { version = "0.8", path = "sys/" }
libappindicator-sys = { version = "0.9", path = "sys/" }

[features]
default = [ "backcompat" ]
Expand Down
6 changes: 6 additions & 0 deletions sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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" ]
Expand Down

0 comments on commit eafd1e3

Please sign in to comment.