···11+## 0.7.0 - 2023 Jun 4
22+- Make `rodio` an optional (but enabled by default) feature
33+14## 0.6.0 - 2023 Feb 4
25- Bump rodio to `0.16.0` for rodio API breakage in Decoder trait bounds
36- Bump mp4 to `0.12.0`
···11[package]
22name = "redlux"
33-version = "0.6.0"
33+version = "0.7.0"
44description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support"
55authors = ["Kasper Henningsen"]
66edition = "2018"
+2-11
README.md
···37371. Update `CHANGELOG.md`
38382. Bump the version number in `Cargo.toml`
39393. Run `cargo test`
4040-4. Create a git tag in format `v#.#.#`
4141-5. Publish on crates.io:
4242- 1. Login by running `cargo login` and following the instructions
4343- 2. Test publish to ensure there are no errors/warnings
4444- ```
4545- cargo publish --dry-run
4646- ```
4747- 3. Publish
4848- ```
4949- cargo publish
5050- ```
4040+4. Run `cargo publish`
4141+5. Create a git tag in format `v#.#.#`
51426. Create GitHub release with release notes