blob: 2c8614cfa487b4177ce1d6ed08a57abb695f842b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|