chore: bump version to 0.1.11

This commit is contained in:
github-actions[bot]
2026-03-02 19:16:55 +00:00
parent 658ab2a38c
commit 33fd13c304
2 changed files with 9 additions and 1 deletions

View File

@@ -7,6 +7,14 @@ Recent changes to the Specify CLI and templates are documented here.
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).
## [0.1.11] - 2026-03-02
### Changed
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
## [0.1.10] - 2026-03-02
### Fixed