diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..216e273 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog], +and this project adheres to [Semantic Versioning]. + +## [0.1.2] - 2020-08-30 + +### Features + +- :art: Add .editorconfig ([`b9164d0`]) + +## [0.1.1] - 2020-06-01 + +### Bug Fixes + +- :fire: Removed wee_alloc as default allocator due to memory leak ([`c1e0921`]) + +## [0.1.0] - 2020-05-29 + +### Features + +- :green_heart: Add CI ([`7e56d00`]) +- :tada: Initial commit ([`b91c5b2`]) + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ +[semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.1.2]: https://github.com/denosaurs/deno_lz4/compare/0.1.1...0.1.2 +[`b9164d0`]: https://github.com/denosaurs/deno_lz4/commit/b9164d0db140f3e7d3dfc1e99c96689594bb4211 +[0.1.1]: https://github.com/denosaurs/deno_lz4/compare/0.1.0...0.1.1 +[`c1e0921`]: https://github.com/denosaurs/deno_lz4/commit/c1e0921f58e45b68360e6f937433d754a824ba6d +[0.1.0]: https://github.com/denosaurs/deno_lz4/compare/0.1.0 +[`7e56d00`]: https://github.com/denosaurs/deno_lz4/commit/7e56d0079982af0d4292f7f7c6a7f9293f68c76e +[`b91c5b2`]: https://github.com/denosaurs/deno_lz4/commit/b91c5b212dadceaa6c2c885f6643a2c329770d26