diff options
| author | 2024-03-02 11:36:37 +0800 | |
|---|---|---|
| committer | 2024-03-02 11:36:37 +0800 | |
| commit | 3593e2ffbb204cff620a5d357bbe776dc934627d (patch) | |
| tree | 75046d312f7b6d1f4cb51e0c78a1936f51056010 | |
| parent | 6365838b877ea98e1845de8a832b93d3d56cfe6f (diff) | |
| parent | cf9547dbe899ea7c0bb16b9361fb90a0dfd72b95 (diff) | |
| download | infini-3593e2ffbb204cff620a5d357bbe776dc934627d.tar.gz infini-3593e2ffbb204cff620a5d357bbe776dc934627d.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.0.7
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2170b438..40391895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.0.6] - 2024-02-28 +### New Features +- [`b30be75`](https://github.com/HydroRoll-Team/infini/commit/b30be75b29d8320da812ecf7accd96af03424ad4) - **injector**: add injector feature *(commit by [@fu050409](https://github.com/fu050409))* + +### Tests +- [`318a306`](https://github.com/HydroRoll-Team/infini/commit/318a30667b03a3dce5deedaadd7a71785edd4088) - **injector**: fix tests after injector added *(commit by [@fu050409](https://github.com/fu050409))* + +### Chores +- [`c626429`](https://github.com/HydroRoll-Team/infini/commit/c626429f078508b9096db889876a64d91f9d3566) - **project**: update project description *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* +- [`555b4f9`](https://github.com/HydroRoll-Team/infini/commit/555b4f92164f1f8e02446641b7735cf2de35764f) - **readme**: update profile description *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* +- [`7b4f263`](https://github.com/HydroRoll-Team/infini/commit/7b4f2631a05d09e494af866156e85ef4e27bd5cb) - **version**: bump version to v2.0.6 *(commit by [@fu050409](https://github.com/fu050409))* + + ## [v2.0.5] - 2024-02-24 ### New Features - [`916917a`](https://github.com/HydroRoll-Team/infini/commit/916917a9bf4927eea8abd0e85ad12e3203121bdc) - **input**: add output method for input *(commit by [@fu050409](https://github.com/fu050409))* @@ -68,4 +81,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v2.0.2a3]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2-alpha.2...v2.0.2a3 [v2.0.3a1]: https://github.com/HydroRoll-Team/infini/compare/v2.0.2...v2.0.3a1 [v2.0.4]: https://github.com/HydroRoll-Team/infini/compare/v2.0.3...v2.0.4 -[v2.0.5]: https://github.com/HydroRoll-Team/infini/compare/v2.0.4...v2.0.5
\ No newline at end of file +[v2.0.5]: https://github.com/HydroRoll-Team/infini/compare/v2.0.4...v2.0.5 +[v2.0.6]: https://github.com/HydroRoll-Team/infini/compare/v2.0.5...v2.0.6
\ No newline at end of file |
