Skip to content

Commit bc1ec30

Browse files
committed
Release as version 0.1.24
1 parent cb0c0e8 commit bc1ec30

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to
88

99
## [Unreleased]
1010

11+
_No notable unreleased changes_
12+
13+
## [0.1.24] - 2025-12-12
14+
1115
### Fixed
1216

1317
- Fixed a bug where `SaferRemoveFieldForeignKey` relied on the Foreign Key also
@@ -239,7 +243,8 @@ Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to
239243
- `SaferAddIndexConcurrently` migration operation to create new Postgres
240244
indexes in a safer, idempotent way.
241245

242-
[Unreleased]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.23...HEAD
246+
[Unreleased]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.24...HEAD
247+
[0.1.24]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.23...v0.1.24
243248
[0.1.23]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.22...v0.1.23
244249
[0.1.22]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.21...v0.1.22
245250
[0.1.21]: https://github.com/octoenergy/django-migration-helpers/compare/v0.1.20...v0.1.21

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ where = ["src"]
2121

2222
[project]
2323
name = "django_pg_migration_tools"
24-
version = "0.1.23"
24+
version = "0.1.24"
2525
description = "Tools for making Django migrations safer and more scalable."
2626
license.file = "LICENSE"
2727
readme = "README.md"
@@ -175,7 +175,7 @@ exclude_also = [
175175

176176
[tool.bumpversion]
177177
# Do not manually edit the version, use `make version_{type}` instead.
178-
current_version = "0.1.23"
178+
current_version = "0.1.24"
179179

180180
# Relabel the Unreleased section of the changelog and add a new unreleased section as a reminder to
181181
# add to it.

0 commit comments

Comments
 (0)