Skip to content

Commit 08a39f1

Browse files
authored
Fix v5 publish workflow (#636)
Remove changelog notes on v4.0.0b0 (never had a formal release)
1 parent 89ccd53 commit 08a39f1

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -138,33 +138,21 @@ Don't forget to remove deprecated code on each major release!
138138

139139
### Added
140140

141-
- Enable functional tests in CI.
142-
143-
### Changed
144-
145-
- As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
146-
- Update `settings.py` comment.
147-
- Jazzband transfer tasks.
148-
- Refactoring and tooling.
149-
150-
### Fixed
151-
152-
- Fix GitHub Actions configuration.
153-
154-
## [4.0.0b0] - 2021-12-19
155-
156-
### Added
157-
158141
- Add authentication database support for MongoDB.
159142
- Explicitly support Python 3.6+.
160143
- Add support for exclude tables data in the command interface.
144+
- Enable functional tests in CI.
161145

162146
### Changed
163147

164148
- Replace `ugettext_lazy` with `gettext_lazy`.
165149
- Changed logging settings from `settings.py` to late init.
166150
- Use `exclude-table-data` instead of `exclude-table`.
167151
- Move author and version information into `setup.py` to allow building package in isolated environment (e.g. with the `build` package).
152+
- As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
153+
- Update `settings.py` comment.
154+
- Jazzband transfer tasks.
155+
- Refactoring and tooling.
168156

169157
### Removed
170158

@@ -176,6 +164,7 @@ Don't forget to remove deprecated code on each major release!
176164
- Fix `RemovedInDjango41Warning` related to `default_app_config`.
177165
- Fix authentication error when postgres is password protected.
178166
- Documentation fixes.
167+
- Fix GitHub Actions configuration.
179168

180169
## [3.3.0] - 2020-04-14
181170

@@ -331,8 +320,7 @@ Don't forget to remove deprecated code on each major release!
331320
[4.2.0]: https://github.com/Archmonger/django-dbbackup/compare/4.1.0...4.2.0
332321
[4.1.0]: https://github.com/Archmonger/django-dbbackup/compare/4.0.2...4.1.0
333322
[4.0.2]: https://github.com/Archmonger/django-dbbackup/compare/4.0.1...4.0.2
334-
[4.0.1]: https://github.com/Archmonger/django-dbbackup/compare/4.0.0b0...4.0.1
335-
[4.0.0b0]: https://github.com/Archmonger/django-dbbackup/compare/3.3.0...4.0.0b0
323+
[4.0.1]: https://github.com/Archmonger/django-dbbackup/compare/3.3.0...4.0.1
336324
[3.3.0]: https://github.com/Archmonger/django-dbbackup/compare/3.2.0...3.3.0
337325
[3.2.0]: https://github.com/Archmonger/django-dbbackup/compare/3.1.3...3.2.0
338326
[3.1.3]: https://github.com/Archmonger/django-dbbackup/compare/3.1.2...3.1.3

0 commit comments

Comments
 (0)