Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-stemmler committed Nov 4, 2024
1 parent d200838 commit b910b47
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 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.3.0] - 2024-11-04

### Added

- Added link to User Guide in "Help" menu.
Expand Down Expand Up @@ -72,7 +74,8 @@
Initial version

<!-- next-url -->
[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/matthias-stemmler/annimate/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/matthias-stemmler/annimate/compare/v1.2.0...v1.3.0
[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
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.2.0"
version = "1.3.0"
authors = ["Matthias Stemmler <matthias.stemmler@gmail.com>"]
edition = "2021"
readme = "README.md"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,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 ||| [Annimate_1.2.0_x64-setup.exe][1] |
| Linux | AppImage ||| [Annimate_1.2.0_amd64.AppImage][2] |
| Linux | Debian package ||| [Annimate_1.2.0_amd64.deb][3] |
| Windows | Installer ||| [Annimate_1.3.0_x64-setup.exe][1] |
| Linux | AppImage ||| [Annimate_1.3.0_amd64.AppImage][2] |
| Linux | Debian package ||| [Annimate_1.3.0_amd64.deb][3] |

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

Expand All @@ -41,9 +41,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.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]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_x64-setup.exe
[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_amd64.AppImage
[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_amd64.deb

[^1]:
**Krause, Thomas & Zeldes, Amir** (2016):
Expand Down
12 changes: 6 additions & 6 deletions docs/user-guide/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On Windows, Annimate comes with an installer that takes care of the installation
In order to install Annimate, go through the following steps:

1. Download the installer `.exe` file from GitHub: [Annimate_1.2.0_x64-setup.exe][1]
1. Download the installer `.exe` file from GitHub: [Annimate_1.3.0_x64-setup.exe][1]
2. Run the downloaded `.exe` file and follow the instructions of the installation wizard
3. Afterwards, you can run Annimate through the Windows start menu entry and/or the link on your desktop, depending on the options you chose in the installation wizard

Expand All @@ -39,7 +39,7 @@ The Annimate AppImage is a self-contained application bundle that includes all o

In order to use the AppImage, go through the following steps:

1. Download the `.AppImage` file from GitHub: [Annimate_1.2.0_amd64.AppImage][2]
1. Download the `.AppImage` file from GitHub: [Annimate_1.3.0_amd64.AppImage][2]
2. Make it executable:
```shell
chmod a+x Annimate*.AppImage
Expand Down Expand Up @@ -68,7 +68,7 @@ On Debian and its derivatives (such as Ubuntu), you can alternatively install An

In order to install the Debian package, go through the following steps:

1. Download the `.deb` file from GitHub: [Annimate_1.2.0_amd64.deb][3]
1. Download the `.deb` file from GitHub: [Annimate_1.3.0_amd64.deb][3]
2. Install it:
```shell
sudo dpkg -i ./Annimate_*_amd64.deb
Expand All @@ -82,9 +82,9 @@ In order to install the Debian package, go through the following steps:

For reference, you can find the most recent and all previous releases of Annimate on the [Releases](https://github.com/matthias-stemmler/annimate/releases) page on GitHub.

[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]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_x64-setup.exe
[2]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_amd64.AppImage
[3]: https://github.com/matthias-stemmler/annimate/releases/download/v1.3.0/Annimate_1.3.0_amd64.deb

## What's Next?

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 b910b47

Please sign in to comment.