From 6923a393de93558d83141cee69aba9ae0c9d7992 Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 3 Apr 2024 13:12:41 -0300 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd071f6..3a77862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.5] - 2024-04-03 + ### Changed - Consider r5900's `paddub` as a possible move instruction. @@ -576,6 +578,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version [unreleased]: https://github.com/Decompollaborate/rabbitizer/compare/master...develop +[1.9.5]: https://github.com/Decompollaborate/rabbitizer/compare/1.9.4...1.9.5 [1.9.4]: https://github.com/Decompollaborate/rabbitizer/compare/1.9.3...1.9.4 [1.9.3]: https://github.com/Decompollaborate/rabbitizer/compare/1.9.2...1.9.3 [1.9.2]: https://github.com/Decompollaborate/rabbitizer/compare/1.9.1...1.9.2 diff --git a/README.md b/README.md index 8950a28..cad795d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you use a `requirements.txt` file in your repository, then you can add this library with the following line: ```txt -rabbitizer>=1.9.4,<2.0.0 +rabbitizer>=1.9.5,<2.0.0 ``` ### Development version @@ -96,7 +96,7 @@ cargo add rabbitizer Or you can add it manually to your `Cargo.toml`: ```toml -rabbitizer = "1.9.4" +rabbitizer = "1.9.5" ``` See this crate at .