Skip to content

Commit

Permalink
publish v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Oct 20, 2023
1 parent 9797800 commit cd7b703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "chapters"
readme = "README.md"
repository = "https://github.com/rssblue/chapters"
version = "0.3.2"
version = "0.4.0"

[features]
rssblue = ["dep:uuid"]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ This crate allows you to read and write chapters
- [x] [from](crate::from_json) and [to](crate::to_json) JSON chapter files
- [x] [from](crate::from_mp3_file) and [to](crate::to_mp3_file) MP3 ID3v2 tags
- [x] [from](crate::from_description) and [to](crate::to_description) episode show notes

## Optional features

- **`rssblue`** — features used internally by [RSS Blue](https://rssblue.com).

0 comments on commit cd7b703

Please sign in to comment.