Skip to content

Commit

Permalink
bump: version 0.14.0 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwnobrega committed Dec 31, 2024
1 parent ed1d173 commit da3668e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
> [!NOTE]
> Changelog started with version v0.10.0.
## v0.15.0 (2024-12-30)

### Fixed

- Fixed Sardinas–Patterson algorithm.
- Encoding and decoding of [variable-to-fixed codes](https://komm.dev/ref/VariableToFixedCode) now work require the code to be [fully covering](https://komm.dev/ref/VariableToFixedCode#is_fully_covering).

## v0.14.0 (2024-12-19)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "komm"
version = "0.14.0"
version = "0.15.0"
description = "An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems."
readme = "README.md"
authors = [{ name = "Roberto W. Nobrega", email = "[email protected]" }]
Expand Down

0 comments on commit da3668e

Please sign in to comment.