From 18f72ed36eb6f89df8af8e16c8aed4d4aaac0f5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:43:17 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..baa78f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2023-11-01) + + +### Features + +* implement minimal working version of `kvdb` ([#1](https://github.com/adowair/kvdb/issues/1)) ([708dc0b](https://github.com/adowair/kvdb/commit/708dc0b57df984a9598e58bac4a23015436e714f)) + + +### Miscellaneous Chores + +* change initial release version to 0.1.0 ([#6](https://github.com/adowair/kvdb/issues/6)) ([ceca93b](https://github.com/adowair/kvdb/commit/ceca93b03596c0d10c3dc1f7475a960c61459eda))