diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f2aff7..07aabd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - (release date) +## [1.1.1] - 2024-07-20 + ### Fixed - "Match in context" columns are now produced correctly even for corpora without any coverage components. @@ -28,6 +30,7 @@ Initial version -[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/matthias-stemmler/annimate/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/matthias-stemmler/annimate/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/matthias-stemmler/annimate/tree/v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 061337a9..8ddee670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "annimate_core" -version = "1.1.0" +version = "1.1.1" dependencies = [ "cargo_metadata", "csv", @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "annimate_desktop" -version = "1.1.0" +version = "1.1.1" dependencies = [ "annimate_core", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index a11ef83e..b03ff4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.1.0" +version = "1.1.1" authors = ["Matthias Stemmler "] edition = "2021" readme = "README.md" diff --git a/README.md b/README.md index 3db11156..ec5e367a 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Annimate is available as a desktop application for Windows and Linux. MacOS is c | Operating system | Format | Installation required? | Automatic updates | Download link | | ------------------- | -------------- | ---------------------- | ----------------- | ---------------------------------- | -| Windows | Installer | yes | yes | [Annimate_1.1.0_x64-setup.exe][1] | -| Linux | AppImage | no | yes | [annimate_1.1.0_amd64.AppImage][2] | -| Linux (Debian only) | Debian package | yes | no | [annimate_1.1.0_amd64.deb][3] | +| Windows | Installer | yes | yes | [Annimate_1.1.1_x64-setup.exe][1] | +| Linux | AppImage | no | yes | [annimate_1.1.1_amd64.AppImage][2] | +| Linux (Debian only) | Debian package | yes | no | [annimate_1.1.1_amd64.deb][3] | For a list of previous releases, see the [releases page](https://github.com/matthias-stemmler/annimate/releases). @@ -46,7 +46,7 @@ This comes without prebundled dependencies, so it is a lot smaller. It can only Download the .deb file (see the table above) and run the following commands in a shell: ```sh -sudo dpkg -i annimate_1.1.0_amd64.deb +sudo dpkg -i annimate_1.1.1_amd64.deb annimate ``` @@ -129,9 +129,9 @@ See [CHANGELOG.md](CHANGELOG.md) Licensed under the Apache License, Version 2.0 (see [LICENSE](LICENSE) or https://www.apache.org/licenses/LICENSE-2.0) -[1]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.0/Annimate_1.1.0_x64-setup.exe -[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.0/annimate_1.1.0_amd64.AppImage -[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.0/annimate_1.1.0_amd64.deb +[1]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.1/Annimate_1.1.1_x64-setup.exe +[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.1/annimate_1.1.1_amd64.AppImage +[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.1/annimate_1.1.1_amd64.deb [^1]: **Krause, Thomas & Zeldes, Amir** (2016): diff --git a/release.json b/release.json index 8ea16415..ff0633b9 100644 --- a/release.json +++ b/release.json @@ -1,3 +1,3 @@ { - "versionBump": "patch" + "versionBump": "none" }