mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-26 18:14:51 +00:00
version bump
This commit is contained in:
parent
b2d6385e2d
commit
6923a393de
@ -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
|
||||
|
@ -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 <https://crates.io/crates/rabbitizer>.
|
||||
|
Loading…
Reference in New Issue
Block a user