From f7c53e066207ea4c99b71b6b26e8d179fffc4966 Mon Sep 17 00:00:00 2001 From: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:03:55 +0000 Subject: docs: update CHANGELOG.md for v0.1.4 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c8614c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [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))* +- [`6922fce`](https://github.com/HydroRoll-Team/base-model/commit/6922fcea0d567acfaf798c462f526fe43b72d351) - Bump version to 0.1.4 in pyproject.toml *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* + +### Refactors +- [`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 -- cgit v1.2.3-70-g09d2