From 1d12cdb038bb1fcd09170bee48d1f68f909f795f Mon Sep 17 00:00:00 2001 From: eliassjogreen Date: Mon, 22 Feb 2021 22:31:08 +0100 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59269bb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 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.1] - 2021-02-22 + +### Bug Fixes + +- BitFlags sizes ([`5b8bd5f`]) + +## [0.1.0] - 2021-02-22 + +### Features + +- inital and hopefully final commit :P ([`f55c167`]) + +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ +[semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.1.1]: https://github.com/denosaurs/byte_type/compare/0.1.0...0.1.1 +[`5b8bd5f`]: https://github.com/denosaurs/byte_type/commit/5b8bd5fa7c5bced240d3748794820cd299e7f1a5 +[0.1.0]: https://github.com/denosaurs/byte_type/compare/0.1.0 +[`f55c167`]: https://github.com/denosaurs/byte_type/commit/f55c1670344db498bb99489dd52fdeff50ef6291