diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5aa7f8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# ChangeLog + +## 0.1.1 - 2023-09-20 + +### Fixed + +- Instability when a rice parameter becomes too large (#13) + +### Changed + +- `PreloadedSignal::from_samples` is now a public function. (#8) +- CLI tool and library are now separated to different crates (#15) +- Experimental algorithms moved to the optional feature (#17) diff --git a/Cargo.toml b/Cargo.toml index aca2d88..77795c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flacenc" -version = "0.1.0" +version = "0.1.1" description = "FLAC encoder written in Rust." readme = "README.md" license = "Apache-2.0"