version bump

This commit is contained in:
Angie 2023-11-12 12:26:37 -03:00
parent 35319feab0
commit a4029b7006
2 changed files with 10 additions and 3 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.8.0] - 2023-11-12
### Added
- Add `flag_r5900DisasmAsData` member to the `Instruction` class.

View File

@ -73,11 +73,16 @@ See this package at <https://pypi.org/project/rabbitizer/>.
### Rust bindings
Add this crate to your `Cargo.toml` via:
Add this crate to your project with Cargo:
```bash
cargo add rabbitizer
```
Or you can add it manually to your `Cargo.toml`:
```toml
[build]
rabbitizer = "1.5.8"
rabbitizer = "1.8.0"
```
See this crate at <https://crates.io/crates/rabbitizer>.