From 8c8f2fa8fb72ea6514a6ee27bbb83d88bf5a7410 Mon Sep 17 00:00:00 2001 From: eliassjogreen Date: Mon, 15 Feb 2021 14:30:35 +0100 Subject: [PATCH] chore: release 0.1.0 --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bac3e..188bc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ 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]. +The format is based on [Keep a Changelog], +and this project adheres to [Semantic Versioning]. + +## [0.1.0] - 2021-02-15 + +### Features + +- encoding and decoding now works! :D ([`a773268`]) + +### Bug Fixes + +- encoding ([`107a7f7`]) ## [0.0.1] - 2021-02-15 @@ -13,5 +23,8 @@ The format is based on [Keep a Changelog], and this project adheres to [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.1.0]: https://github.com/denosaurs/pngs/compare/0.0.1...0.1.0 +[`a773268`]: https://github.com/denosaurs/pngs/commit/a773268b42dea41ddad6faed0419cfeb66b12267 +[`107a7f7`]: https://github.com/denosaurs/pngs/commit/107a7f7a2429657ebbc69dc45898eb33627f3cd5 [0.0.1]: https://github.com/denosaurs/pngs/compare/0.0.1 [`688e77c`]: https://github.com/denosaurs/pngs/commit/688e77c7163f2f4b3807fb9ff7c74b0be9af431c