Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-stemmler committed Oct 19, 2024
1 parent 6654d1c commit ae3a67d
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.2.0] - 2024-10-19

### Added

- The window state (e.g. position and size) is now persisted across restarts.
Expand Down Expand Up @@ -58,7 +60,8 @@
Initial version

<!-- next-url -->
[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.1.4...HEAD
[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/matthias-stemmler/annimate/compare/v1.1.4...v1.2.0
[1.1.4]: https://github.com/matthias-stemmler/annimate/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/matthias-stemmler/annimate/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/matthias-stemmler/annimate/compare/v1.1.1...v1.1.2
Expand Down
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.4"
version = "1.2.0"
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 @@ -18,9 +18,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.4_x64-setup.exe][1] |
| Linux | AppImage | no | yes | [Annimate_1.1.4_amd64.AppImage][2] |
| Linux (Debian only) | Debian package | yes | no | [Annimate_1.1.4_amd64.deb][3] |
| Windows | Installer | yes | yes | [Annimate_1.2.0_x64-setup.exe][1] |
| Linux | AppImage | no | yes | [Annimate_1.2.0_amd64.AppImage][2] |
| Linux (Debian only) | Debian package | yes | no | [Annimate_1.2.0_amd64.deb][3] |

For a list of previous releases, see the [releases page](https://github.com/matthias-stemmler/annimate/releases).

Expand All @@ -45,7 +45,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.4_amd64.deb
sudo dpkg -i Annimate_1.2.0_amd64.deb
Annimate
```

Expand Down Expand Up @@ -128,9 +128,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.4/Annimate_1.1.4_x64-setup.exe
[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.4/Annimate_1.1.4_amd64.AppImage
[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.1.4/Annimate_1.1.4_amd64.deb
[1]: https://github.com/matthias-stemmler/annimate/releases/download/v1.2.0/Annimate_1.2.0_x64-setup.exe
[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.2.0/Annimate_1.2.0_amd64.AppImage
[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.2.0/Annimate_1.2.0_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": "minor"
"versionBump": "none"
}

0 comments on commit ae3a67d

Please sign in to comment.