Skip to content

Commit 9ff8a52

Browse files
author
Tom Usher
committed
Merge branch 'feature/CHANGELOG' into 'master'
Add CHANGELOG See merge request internal/django-birdbath!9
2 parents 4a48a4c + 1b2b13e commit 9ff8a52

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# CHANGELOG
2+
3+
## v1.1.0 (2023-02-20)
4+
5+
- Add black, flake8 and isort and fix all associated errors
6+
- Actually use BIRDBATH_SKIP_CHECKS setting
7+
8+
## v1.0.0 (2022-07-05)
9+
10+
- Increase Faker version range
11+
- Add default_auto_field, to silence Django 3.2 warning
12+
13+
## v0.0.5 (2021-06-10)
14+
15+
- Skip system check when running migrate management command
16+
17+
## v0.0.4 (2021-06-07)
18+
19+
- Improve compatibility with older Django versions
20+
21+
## v0.0.3 (2021-06-07)
22+
23+
- Update Faker version
24+
- Remove un-used faker dependency
25+
- Update README
26+
- Add BaseModelAnonymiser class
27+
28+
## v0.0.2 (2022-09-07)
29+
30+
- Batch errors
31+
- Add check for an 'ALLOWS_ANONYMISATION' variable
32+
- Add configuration and Makefile for pypi
33+
- Don't fail checks if birdbath tables don't exist
34+
- Django system check if birdbath hasn't executed
35+
36+
## v0.0.1
37+
38+
Initial version

0 commit comments

Comments
 (0)