diff --git a/Cargo.lock b/Cargo.lock index 38a70ca..cf40162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "gxi" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "cargo-husky 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 50be761..cc6006c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi" -version = "0.6.0" +version = "0.6.1" authors = ["Rasmus Thomsen ", "Brian Vincent "] homepage = "https://github.com/Cogitri/gxi" description = "GTK frontend, written in Rust, for the xi editor" diff --git a/Changelog.md b/Changelog.md index 4d8906b..a8552e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,13 @@ +## Changes in v0.6.1 + +### Feature changes + + - No new features + +### Bugfixes + + - No bugfixes + ## Changes in v0.6.0 ### Feature changes diff --git a/data/com.github.Cogitri.gxi.appdata.xml.in b/data/com.github.Cogitri.gxi.appdata.xml.in index e430515..2ae21bb 100644 --- a/data/com.github.Cogitri.gxi.appdata.xml.in +++ b/data/com.github.Cogitri.gxi.appdata.xml.in @@ -32,6 +32,11 @@ + + +

Bugfix release to include meson_options.txt in the release tarballs

+
+

Changes in this release:

diff --git a/meson.build b/meson.build index 4776e6f..4aeb3a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gxi', 'rust', - version: '0.6.0', + version: '0.6.1', license: 'MIT', )