Skip to content

Commit 8788d64

Browse files
committed
release v1.1.0
1 parent 405973b commit 8788d64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2020-11-28
810
## Added
911
- added function `decode_bits`
1012

@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
- `encode()` & `decode()` accepting `bytes`, `bytearray` and list of `int`
1820
- G. E. Thomas convention only
1921

20-
[Unreleased]: https://github.com/fphammerle/python-manchester-code/compare/v1.0.1...HEAD
22+
[Unreleased]: https://github.com/fphammerle/python-manchester-code/compare/v1.1.0...HEAD
23+
[1.1.0]: https://github.com/fphammerle/python-manchester-code/compare/v1.0.1...v1.1.0
2124
[1.0.1]: https://github.com/fphammerle/python-manchester-code/compare/v1.0.0...v1.0.1
2225
[1.0.0]: https://github.com/fphammerle/python-manchester-code/releases/tag/v1.0.0

0 commit comments

Comments
 (0)