Skip to content

Commit c6d16be

Browse files
committed
Release 0.3.0
1 parent 6dd5f95 commit c6d16be

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [Unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
811

12+
## [0.3.0] - 2025-02-12
13+
### Changed
14+
- Set minimum Python 3.9 (#36)
15+
- Updated cibuildwheel workflow, build macos arm64 wheels from GHA (#30, #32)
16+
- Fix finder.load() for conda and LD path search
17+
- Fix typos (#37)
18+
- Use ruff format, apply ruff check rules, add pre-commit (#38, #45)
19+
20+
### Fixed
21+
- Fix in `mod2obs_mf6` with different depvar names (#33)
922

1023
## [0.2.1] - 2024-01-23
1124
### Fixed
@@ -28,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2841
### Added
2942
- Initial pre-alpha release
3043

44+
[Unreleased]: https://github.com/pypest/pypestutils/compare/v0.3.0...develop
45+
[0.3.0]: https://github.com/pypest/pypestutils/compare/v0.2.1...v0.3.0
3146
[0.2.1]: https://github.com/pypest/pypestutils/compare/v0.2.0...v0.2.1
3247
[0.2.0]: https://github.com/pypest/pypestutils/compare/v0.1.0...v0.2.0
3348
[0.1.0]: https://github.com/pypest/pypestutils/releases/tag/v0.1.0

pypestutils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package version."""
22

33
# This is the only place to update version
4-
__version__ = "0.2.1.dev0"
4+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)