Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-stemmler committed Jul 20, 2024
1 parent 66812ff commit 4f3039c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -28,6 +30,7 @@
Initial version

<!-- next-url -->
[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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.1.0"
version = "1.1.1"
authors = ["Matthias Stemmler <matthias.stemmler@gmail.com>"]
edition = "2021"
readme = "README.md"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
```

Expand Down Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"versionBump": "patch"
"versionBump": "none"
}

0 comments on commit 4f3039c

Please sign in to comment.