Skip to content

Commit f4deb3c

Browse files
committed
Bump version to 0.1.1
1 parent aaa444f commit f4deb3c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [0.1.1] - 2026-05-12
99

1010
### Fixed
1111
- `makemigration` now preserves body-only routine changes by appending `CREATE OR REPLACE` definitions when `results.schemadiff_as_sql()` misses them.
1212
- `makemigration` now filters unsafe routine drops only when the same routine kind and signature still exist in the target schema, avoiding false positives during function-to-procedure transitions.
1313

14+
## [Unreleased]
15+
1416
## [0.1.0] - 2026-05-05
1517

1618
### Added

src/pgpkg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"verify_round_trip",
2727
]
2828

29-
__version__ = "0.1.0"
29+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)