Skip to content

Commit fce21b7

Browse files
committed
Bump to 3.0.1 and update changelog
1 parent 397c1f0 commit fce21b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.1
2+
3+
Fixed bug:
4+
- Setting a field as NOT NULL without default passed the linter.
5+
16
## 3.0.0
27

38
**Breaking API change on `lintmigrations` command**:

django_migration_linter/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from appdirs import user_cache_dir
22

3-
__version__ = "3.0.0"
3+
__version__ = "3.0.1"
44

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

0 commit comments

Comments
 (0)