From 8a0454acf70ba96779084cd890f21ac964a31dc5 Mon Sep 17 00:00:00 2001 From: wusyong Date: Sat, 4 Jun 2022 03:35:26 +0000 Subject: [PATCH] publish new versions --- .changes/appimage.md | 5 ----- sys/CHANGELOG.md | 5 +++++ sys/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/appimage.md diff --git a/.changes/appimage.md b/.changes/appimage.md deleted file mode 100644 index 1b404c5..0000000 --- a/.changes/appimage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"libappindicator-sys": patch ---- - -Change the library loader to use the `APPDIR` environment variable if the running application is an AppImage file. diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index 764bbfb..adf3cf2 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.7.2] + +- Change the library loader to use the `APPDIR` environment variable if the running application is an AppImage file. + - [3ee8dc0](https://github.com/tauri-apps/javascriptcore-rs/commit/3ee8dc053e4a6027a215ad56dbf9fd4de758e297) fix(sys): use `APPDIR` environment variable when running as an appimage on 2022-06-03 + ## \[0.7.1] - Load the library dynamically. diff --git a/sys/Cargo.toml b/sys/Cargo.toml index fd829df..08f31aa 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libappindicator-sys" -version = "0.7.1" +version = "0.7.2" description = "Rust sys bindings for libappindicator" license = "Apache-2.0 OR MIT" keywords = [ "linux", "gui" ]