Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jun 4, 2023
1 parent d857529 commit 6df8449
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.0 - 2023 Jun 4
- Make `rodio` an optional (but enabled by default) feature

## 0.6.0 - 2023 Feb 4
- Bump rodio to `0.16.0` for rodio API breakage in Decoder trait bounds
- Bump mp4 to `0.12.0`
Expand Down
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 = "redlux"
version = "0.6.0"
version = "0.7.0"
description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support"
authors = ["Kasper Henningsen"]
edition = "2018"
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ cargo build
1. Update `CHANGELOG.md`
2. Bump the version number in `Cargo.toml`
3. Run `cargo test`
4. Create a git tag in format `v#.#.#`
5. Publish on crates.io:
1. Login by running `cargo login` and following the instructions
2. Test publish to ensure there are no errors/warnings
```
cargo publish --dry-run
```
3. Publish
```
cargo publish
```
4. Run `cargo publish`
5. Create a git tag in format `v#.#.#`
6. Create GitHub release with release notes

0 comments on commit 6df8449

Please sign in to comment.