Skip to content

Commit

Permalink
Add ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
yotarok committed Sep 20, 2023
1 parent a978830 commit 2048f56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2048f56

Please sign in to comment.