aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <44714368+HsiangNianian@users.noreply.github.com>2025-12-30 13:10:37 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-12-30 13:10:37 +0000
commit2a7b27169c6b208175aad3d46c97a97cb59cd751 (patch)
tree1e22d9e9f3990e133f53cf1f3410ac4a50dbc4c3
parent1cda2f4257f13a29224a421477b4d9f316927410 (diff)
downloadbase-model-2a7b27169c6b208175aad3d46c97a97cb59cd751.tar.gz
base-model-2a7b27169c6b208175aad3d46c97a97cb59cd751.zip
docs: update CHANGELOG.md for v0.1.5 [skip ci]
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c8614c..340a122 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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.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))*
+- [`2290d8b`](https://github.com/HydroRoll-Team/base-model/commit/2290d8bc56963e1ed50b6f2bc0e013d2b91ad34b) - Refine model packaging process to include only necessary inference files *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`1cda2f4`](https://github.com/HydroRoll-Team/base-model/commit/1cda2f4257f13a29224a421477b4d9f316927410) - Bump version to 0.1.5 in pyproject.toml *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Bug Fixes
+- [`e48db0f`](https://github.com/HydroRoll-Team/base-model/commit/e48db0fa0555886f23dd384e21cd16417dff4f7d) - Simplify artifact upload paths in GitHub release workflow *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+
## [v0.1.4] - 2025-12-30
### New Features
- [`a4dd04f`](https://github.com/HydroRoll-Team/base-model/commit/a4dd04f6e3af86ce3f96c7f7ebc88e195db366f4) - Enhance model download functionality to support zip file retrieval and extraction *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
@@ -13,3 +23,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`18c946a`](https://github.com/HydroRoll-Team/base-model/commit/18c946aac2b0e16ec4e66bb4c40c62403af6f205) - Clean up publish workflow by removing Test PyPI steps and improving artifact packaging *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
[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