We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504a422 commit 76a0eecCopy full SHA for 76a0eec
README.md
@@ -45,6 +45,8 @@ Complete manual is [here](doc/tutorial.md).
45
46
## Release history
47
48
+* 1.0.10 (2025-06-30)
49
+ * Add option to allow mixing transactional and non-transactional migrations
50
* 1.0.9 (2024-07-06)
51
* Add an option to show only unapplied migrations in info
52
* 1.0.8 (2024-03-08)
setup.py
@@ -44,7 +44,7 @@
44
setup(
name='yandex-pgmigrate',
- version='1.0.9',
+ version='1.0.10',
description='PostgreSQL migrations made easy',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments