diff options
| author | 2025-12-30 13:39:07 +0000 | |
|---|---|---|
| committer | 2025-12-30 13:39:07 +0000 | |
| commit | d86c524d9e7dad6f43b00cdfa187fe0e9ba4d50c (patch) | |
| tree | b7e0871ae07bfdbf33d22ece54bf68c599c085b4 | |
| parent | e1444f4b283ebb628292c656c47ab0bf37739149 (diff) | |
| download | base-model-d86c524d9e7dad6f43b00cdfa187fe0e9ba4d50c.tar.gz base-model-d86c524d9e7dad6f43b00cdfa187fe0e9ba4d50c.zip | |
docs: update CHANGELOG.md for v0.1.6 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 340a122..19b04a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +## [v0.1.6] - 2025-12-30 +### New Features +- [`d35712d`](https://github.com/HydroRoll-Team/base-model/commit/d35712d0f200b7862450b173a1bee95d1bd85dc8) - Update Python version requirement and add onnxscript dependency *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* +- [`e1444f4`](https://github.com/HydroRoll-Team/base-model/commit/e1444f4b283ebb628292c656c47ab0bf37739149) - Bump version to 0.1.6 in pyproject.toml *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* + +### Refactors +- [`200ae0b`](https://github.com/HydroRoll-Team/base-model/commit/200ae0b8131367a55572cbfca00fbcf19257b84d) - Refactor code structure for improved readability and maintainability *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* + + ## [v0.1.5] - 2025-12-30 ### New Features - [`046eda6`](https://github.com/HydroRoll-Team/base-model/commit/046eda69af8ac163c4337eb63a544685716d97c3) - Add debug step for artifact structure and fix model zip path in release *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* @@ -24,3 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.1.4]: https://github.com/HydroRoll-Team/base-model/compare/v0.1.3...v0.1.4 [v0.1.5]: https://github.com/HydroRoll-Team/base-model/compare/v0.1.4...v0.1.5 +[v0.1.6]: https://github.com/HydroRoll-Team/base-model/compare/v0.1.5...v0.1.6 |
