From d2acb7f03479c37c59533eddd0a779a3bc7169e8 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Mon, 14 Oct 2024 18:35:15 +0900 Subject: [PATCH] docs(changelog): create changelog --- docs/CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..adbfbed --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,50 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- File input (#29). + +## [v0.2.0-preview1] - 2024-04-29 + +### Added + +- Test codes (#21). +- Improved some functions (#19). +- Improved regular expression (#23). + +### Changed + +- API type (#20). + +## [v0.1.2] - 2024-04-09 + +### Added + +- Showing of unsupport features (#10). +- Support emotion (#11). + +## [v0.1.1] - 2024-03-17 + +### Added + +- CI/CD (#6). + +## [v0.1.0] - 2024-03-04 + +### Added + +- Class library from Alice Novel (#3). +- Sample code of usage (#5). + +[unreleased]: https://github.com/AliceNovel/AliceConsole/compare/v0.2.0-preview1...HEAD +[v0.2.0-preview1]: https://github.com/AliceNovel/AliceConsole/compare/v0.1.2...v0.2.0-preview1 +[v0.1.2]: https://github.com/AliceNovel/AliceConsole/compare/v0.1.1...v0.1.2 +[v0.1.1]: https://github.com/AliceNovel/AliceConsole/compare/v0.1.0...v0.1.1 +[v0.1.0]: https://github.com/AliceNovel/AliceConsole/releases/tag/v0.1.0