From b910b476140b6810125f37e8fe1469a0ae16a540 Mon Sep 17 00:00:00 2001 From: Matthias Stemmler Date: Mon, 4 Nov 2024 20:40:33 +0000 Subject: [PATCH] Bump version to 1.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- README.md | 12 ++++++------ docs/user-guide/src/installation.md | 12 ++++++------ release.json | 2 +- 6 files changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846b4972..fe24bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - (release date) +## [1.3.0] - 2024-11-04 + ### Added - Added link to User Guide in "Help" menu. @@ -72,7 +74,8 @@ Initial version -[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 diff --git a/Cargo.lock b/Cargo.lock index fc2bb480..6f12880f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "annimate_core" -version = "1.2.0" +version = "1.3.0" dependencies = [ "cargo_metadata", "csv", @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "annimate_desktop" -version = "1.2.0" +version = "1.3.0" dependencies = [ "annimate_core", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 00f4383e..360ce4aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.2.0" +version = "1.3.0" authors = ["Matthias Stemmler "] edition = "2021" readme = "README.md" diff --git a/README.md b/README.md index dc634cf1..b7c888b3 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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): diff --git a/docs/user-guide/src/installation.md b/docs/user-guide/src/installation.md index 84e157e3..bb3eb35f 100644 --- a/docs/user-guide/src/installation.md +++ b/docs/user-guide/src/installation.md @@ -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 @@ -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 @@ -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 @@ -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? diff --git a/release.json b/release.json index 93c06b9d..ff0633b9 100644 --- a/release.json +++ b/release.json @@ -1,3 +1,3 @@ { - "versionBump": "minor" + "versionBump": "none" }