diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb9849..ee07486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.3.1] - 2024-11-25 + +### Documentation + +- [**`600f4e30`**](https://github.com/epilys/rlr/commit/600f4e30cccf12a6c816ea324f4da945ddc6f303) `README.md: Fix cargo install invocation` + ## [0.3.0] - 2024-11-25 ### Added @@ -69,3 +75,4 @@ All notable changes to this project will be documented in this file. [0.2.0]: [0.3.0]: +[0.3.1]: diff --git a/Cargo.lock b/Cargo.lock index 558a9fc..8c553fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "rlr-gtk" -version = "0.3.0" +version = "0.3.1" dependencies = [ "gtk", ] diff --git a/Cargo.toml b/Cargo.toml index 94734df..24ec2d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlr-gtk" -version = "0.3.0" +version = "0.3.1" authors = ["Manos Pitsidianakis "] edition = "2021" license = "GPL-3.0-or-later"