Skip to content

Commit 3f5857f

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.2.2 → v1.3.0 (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jackton1 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7267569 commit 3f5857f

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
# Changelog
22

3-
## [v1.2.2](https://github.com/tj-django/django-migration-fixer/tree/v1.2.2) (2021-08-23)
3+
## [v1.3.0](https://github.com/tj-django/django-migration-fixer/tree/v1.3.0) (2021-08-28)
44

5-
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.2.1...v1.2.2)
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.2.2...v1.3.0)
66

77
**Fixed bugs:**
88

9-
- Support custom migrations base paths [\#126](https://github.com/tj-django/django-migration-fixer/issues/126)
9+
- Resolve bug with reseeding migrations. [\#136](https://github.com/tj-django/django-migration-fixer/pull/136) ([jackton1](https://github.com/jackton1))
1010

1111
**Closed issues:**
1212

1313
- Dependency Dashboard [\#40](https://github.com/tj-django/django-migration-fixer/issues/40)
1414

1515
**Merged pull requests:**
1616

17+
- Update codecov/codecov-action action to v2.0.3 [\#135](https://github.com/tj-django/django-migration-fixer/pull/135) ([renovate[bot]](https://github.com/apps/renovate))
18+
- Updated README.md [\#134](https://github.com/tj-django/django-migration-fixer/pull/134) ([jackton1](https://github.com/jackton1))
19+
- Update README.md [\#133](https://github.com/tj-django/django-migration-fixer/pull/133) ([jackton1](https://github.com/jackton1))
20+
- Upgraded v1.2.1 → v1.2.2 [\#132](https://github.com/tj-django/django-migration-fixer/pull/132) ([jackton1](https://github.com/jackton1))
21+
22+
## [v1.2.2](https://github.com/tj-django/django-migration-fixer/tree/v1.2.2) (2021-08-23)
23+
24+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.2.1...v1.2.2)
25+
26+
**Fixed bugs:**
27+
28+
- Support custom migrations base paths [\#126](https://github.com/tj-django/django-migration-fixer/issues/126)
29+
30+
**Merged pull requests:**
31+
1732
- Bump tox from 3.24.2 to 3.24.3 [\#131](https://github.com/tj-django/django-migration-fixer/pull/131) ([dependabot[bot]](https://github.com/apps/dependabot))
1833
- Update tj-actions/remark action to v1.7 [\#130](https://github.com/tj-django/django-migration-fixer/pull/130) ([renovate[bot]](https://github.com/apps/renovate))
1934
- Upgraded v1.2.0 → v1.2.1 [\#129](https://github.com/tj-django/django-migration-fixer/pull/129) ([jackton1](https://github.com/jackton1))
20-
- Fix migration path. [\#128](https://github.com/tj-django/django-migration-fixer/pull/128) ([jackton1](https://github.com/jackton1))
35+
- Fix migration path logic for custom migration locations. [\#128](https://github.com/tj-django/django-migration-fixer/pull/128) ([jackton1](https://github.com/jackton1))
2136

2237
## [v1.2.1](https://github.com/tj-django/django-migration-fixer/tree/v1.2.1) (2021-08-22)
2338

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
make install
114114
115115
- name: Run django-migration-fixer
116-
uses: tj-django/django-migration-fixer@v1.2.2
116+
uses: tj-django/django-migration-fixer@v1.3.0
117117
with:
118118
managepy-path: /path/to/manage.py
119119

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.2
2+
current_version = 1.3.0
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
"Source": "https://github.com/tj-django/django-migration-fixer",
108108
"Documentation": "https://tj-django.github.io/django-migration-fixer",
109109
},
110-
version="1.2.2",
110+
version="1.3.0",
111111
zip_safe=False,
112112
)

0 commit comments

Comments
 (0)