Skip to content

Commit 76a0eec

Browse files
committed
Release 1.0.10
1 parent 504a422 commit 76a0eec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Complete manual is [here](doc/tutorial.md).
4545

4646
## Release history
4747

48+
* 1.0.10 (2025-06-30)
49+
* Add option to allow mixing transactional and non-transactional migrations
4850
* 1.0.9 (2024-07-06)
4951
* Add an option to show only unapplied migrations in info
5052
* 1.0.8 (2024-03-08)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name='yandex-pgmigrate',
47-
version='1.0.9',
47+
version='1.0.10',
4848
description='PostgreSQL migrations made easy',
4949
long_description=long_description,
5050
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)