Skip to content

Commit

Permalink
Bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Jul 9, 2023
1 parent a856f0d commit 3503367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.0 (unreleased)
## 5.0.0

- **Breaking change**: stop silently ignoring when the internal `sqlmigrate` call fails and the linter cannot analyse the migration.
Instead, the linter crashes and lets the `sqlmigrate` error raise, in order to avoid letting a problematic migration pass.
Expand Down
2 changes: 1 addition & 1 deletion django_migration_linter/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from appdirs import user_cache_dir

__version__ = "4.1.0"
__version__ = "5.0.0"

DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)

Expand Down

0 comments on commit 3503367

Please sign in to comment.