Skip to content

Commit

Permalink
chore: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Aug 30, 2020
1 parent 3d00642 commit 833f374
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 833f374

Please sign in to comment.