Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed Aug 9, 2020
1 parent f4d2444 commit 2f05385
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
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.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "claxon"
version = "0.4.2"
version = "0.4.3"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "A FLAC decoding library"
keywords = ["flac", "lossless", "audio", "codec"]
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/ruuda/claxon"
documentation = "https://docs.rs/claxon"

[badges]
travis-ci = { repository = "ruuda/claxon", branch = "v0.4.2" }
travis-ci = { repository = "ruuda/claxon", branch = "v0.4.3" }

[dev-dependencies]
hound = "3.0"
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
@@ -1,6 +1,23 @@
Changelog
=========

0.4.3
-----

Released 2020-08-09.

**Compatibility**:

- No breaking changes
- Compatible with Rust 1.13 through 1.46.

New features:

- `metadata::Tags` now implements `ExactSizeIterator`.
- Skip empty Vorbis comments that would previously cause a parse error.

Thanks to har0ke and Anthony Mikh for contributing to this release.

0.4.2 and 0.3.3
---------------

Expand Down
6 changes: 4 additions & 2 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f05385

Please sign in to comment.