Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 50d9c44

Browse files
authored
Merge pull request #73 from tj-django/chore/update-changelog
2 parents 7c1bd8f + 9409ff4 commit 50d9c44

File tree

1 file changed

+18
-75
lines changed

1 file changed

+18
-75
lines changed

CHANGELOG.md

Lines changed: 18 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,39 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
3+
## [v0.2.3](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.2.3) (2021-02-20)
64

7-
## [v0.1.7](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.7) - 2021-01-31
5+
## [v0.2.2](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.2.2) (2021-02-20)
86

9-
<small>[Compare with v0.1.6](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.6...v0.1.7)</small>
7+
## [v0.2.1](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.2.1) (2021-02-20)
108

11-
### Added
12-
- Add renovate.json ([2e9c545](https://github.com/tj-django/django-migration-resolver-hook/commit/2e9c54587d4bfcf4e2eb072ec67907756676f96f) by Renovate Bot).
9+
## [v0.2.0](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.2.0) (2021-02-20)
1310

14-
### Removed
15-
- Remove unused line. ([85bcde2](https://github.com/tj-django/django-migration-resolver-hook/commit/85bcde24b590a4bce29f6123c36720b5d1cbc451) by Tonye Jack).
11+
## [v0.1.7](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.7) (2021-01-31)
1612

13+
**Closed issues:**
1714

18-
## [v0.1.6](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.6) - 2020-02-11
15+
- Increase test coverage. [\#10](https://github.com/tj-django/django-migration-resolver-hook/issues/10)
1916

20-
<small>[Compare with v0.1.5](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.5...v0.1.6)</small>
17+
## [v0.1.6](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.6) (2020-02-11)
2118

22-
### Fixed
23-
- Fixed bug with the excluding the extra comma. ([474e638](https://github.com/tj-django/django-migration-resolver-hook/commit/474e6381239e9a0a08e8dbc6516ea7b06bfb86d4) by Tonye Jack).
19+
## [v0.1.5](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.5) (2020-02-08)
2420

21+
## [v0.1.4](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.4) (2020-02-07)
2522

26-
## [v0.1.5](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.5) - 2020-02-08
23+
## [v0.1.3](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.3) (2020-02-03)
2724

28-
<small>[Compare with v0.1.4](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.4...v0.1.5)</small>
25+
## [v0.1.2](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.2) (2020-02-03)
2926

27+
## [v0.1.1](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.1) (2020-02-03)
3028

31-
## [v0.1.4](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.4) - 2020-02-07
29+
## [v0.1.0](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.1.0) (2020-02-03)
3230

33-
<small>[Compare with v0.1.3](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.3...v0.1.4)</small>
31+
## [v0.0.5](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.0.5) (2020-01-24)
3432

35-
### Fixed
36-
- Fixed finding first node. ([386c42b](https://github.com/tj-django/django-migration-resolver-hook/commit/386c42bb0b143b3e5b0446d048b4ca9cac7fc628) by Tonye Jack).
33+
## [v0.0.4](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.0.4) (2020-01-24)
3734

35+
## [v0.0.3](https://github.com/tj-django/django-migration-resolver-hook/tree/v0.0.3) (2020-01-24)
3836

39-
## [v0.1.3](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.3) - 2020-02-03
40-
41-
<small>[Compare with v0.1.2](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.2...v0.1.3)</small>
42-
43-
44-
## [v0.1.2](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.2) - 2020-02-03
45-
46-
<small>[Compare with v0.1.1](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.1...v0.1.2)</small>
47-
48-
### Added
49-
- Added pypi badge. ([4ab5497](https://github.com/tj-django/django-migration-resolver-hook/commit/4ab54974235f72c8152685d82363ce55e365f075) by Tonye Jack).
50-
51-
### Fixed
52-
- Fixed to use the desc st_mtime ([c6b7d32](https://github.com/tj-django/django-migration-resolver-hook/commit/c6b7d321d5aae2f6fab8327266f2989ef906a85e) by Tonye Jack).
53-
54-
55-
## [v0.1.1](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.1) - 2020-02-03
56-
57-
<small>[Compare with v0.1.0](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.1.0...v0.1.1)</small>
58-
59-
60-
## [v0.1.0](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.1.0) - 2020-02-03
61-
62-
<small>[Compare with v0.0.5](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.0.5...v0.1.0)</small>
63-
64-
### Added
65-
- Added support for auto_migration and fixed timeout. ([f22d637](https://github.com/tj-django/django-migration-resolver-hook/commit/f22d637cd7611558335995a8648d24eb95d09906) by Tonye Jack).
66-
67-
### Fixed
68-
- Fixed lint errors. ([69d33bb](https://github.com/tj-django/django-migration-resolver-hook/commit/69d33bbb049745d6bcab729ab857ed44de482eae) by Tonye Jack).
69-
- Fixed migration commit msg. ([9ae6c59](https://github.com/tj-django/django-migration-resolver-hook/commit/9ae6c59a2f545adb0764cc7f33de0c9fae3cc7c4) by Tonye Jack).
70-
71-
72-
## [v0.0.5](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.0.5) - 2020-01-24
73-
74-
<small>[Compare with v0.0.4](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.0.4...v0.0.5)</small>
75-
76-
77-
## [v0.0.4](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.0.4) - 2020-01-24
78-
79-
<small>[Compare with v0.0.3](https://github.com/tj-django/django-migration-resolver-hook/compare/v0.0.3...v0.0.4)</small>
80-
81-
82-
## [v0.0.3](https://github.com/tj-django/django-migration-resolver-hook/releases/tag/v0.0.3) - 2020-01-24
83-
84-
<small>[Compare with first commit](https://github.com/tj-django/django-migration-resolver-hook/compare/e6d3846d181904cdf6dc8520d507c16d1599a338...v0.0.3)</small>
85-
86-
### Added
87-
- Added support for streaming output. ([be00007](https://github.com/tj-django/django-migration-resolver-hook/commit/be000077024afb7d315a75b1e4b523d1d0d9e2e2) by Tonye Jack).
88-
- Added commit msg. ([f8939b7](https://github.com/tj-django/django-migration-resolver-hook/commit/f8939b75ec5a3549372fad2edc8ddbdd15634344) by Tonye Jack).
89-
90-
### Fixed
91-
- Fixed command. ([cf23bd3](https://github.com/tj-django/django-migration-resolver-hook/commit/cf23bd3c284ed8d2e7f4938ebd9f2fc01e51e539) by Tonye Jack).
92-
93-
### Removed
94-
- Remove poetry. ([d286e1b](https://github.com/tj-django/django-migration-resolver-hook/commit/d286e1b6ff48bbe1e014f19452b63a64b83e15cf) by Tonye Jack).
9537

9638

39+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)