Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed May 19, 2021
1 parent 85f40b4 commit 0b3b30e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.2.0]
- Add a few helper functions to allocate buffers and fill them.
- Add a `b64_encode()` function.

## [v1.1.5]
- Rewrite the core handling to fix a number of defects found in 1.1.4.
- Improve the tests to better prove the library completely works.
Expand Down Expand Up @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial creation

[Unreleased]: https://github.com/xmidt-org/trower-base64/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/xmidt-org/trower-base64/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/xmidt-org/trower-base64/compare/v1.1.5...v1.2.0
[v1.1.5]: https://github.com/xmidt-org/trower-base64/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/xmidt-org/trower-base64/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/xmidt-org/trower-base64/compare/v1.1.2...v1.1.3
Expand Down

0 comments on commit 0b3b30e

Please sign in to comment.