Skip to content

Commit 0ec82ae

Browse files
committed
release v1.0.0
1 parent d76babb commit 0ec82ae

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.0.0] - 2020-09-04
10+
### Added
11+
- `encode()` & `decode()` accepting `bytes`, `bytearray` and list of `int`
12+
- G. E. Thomas convention only
13+
14+
[Unreleased]: https://github.com/fphammerle/python-manchester-code/compare/v1.0.0...HEAD
15+
[1.0.0]: https://github.com/fphammerle/python-manchester-code/releases/tag/v1.0.0

0 commit comments

Comments
 (0)