Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
README.md had the wrong crate name in the `cargo install` command given,
oof

Documentation
=============

- 600f4e3 README.md: Fix cargo install invocation

Signed-off-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
epilys committed Nov 25, 2024
1 parent 600f4e3 commit a77a5ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,3 +75,4 @@ All notable changes to this project will be documented in this file.

[0.2.0]: <https://github.com/epilys/rlr/releases/tag/v0.2.0>
[0.3.0]: <https://github.com/epilys/rlr/releases/tag/v0.3.0>
[0.3.1]: <https://github.com/epilys/rlr/releases/tag/v0.3.1>
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rlr-gtk"
version = "0.3.0"
version = "0.3.1"
authors = ["Manos Pitsidianakis <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit a77a5ce

Please sign in to comment.