From 0ff55416e259187fb69336da822104e1f34871f0 Mon Sep 17 00:00:00 2001 From: H1rono Date: Tue, 6 Jun 2023 08:40:40 +0900 Subject: [PATCH] v0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0cf5438 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# 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.0] - 2023-06-06 + +- initial release + + +[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/traPtitech/rust-traq/releases/tag/v0.1.0