Skip to content

Commit c22bd84

Browse files
jackton1github-actions[bot]pre-commit-ci[bot]
authored
Upgraded v1.1.3 → v1.1.4 (#119)
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 1d94d6d commit c22bd84

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/tj-django/django-migration-fixer/tree/HEAD)
3+
## [v1.1.4](https://github.com/tj-django/django-migration-fixer/tree/v1.1.4) (2021-08-04)
44

5-
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.1.3...HEAD)
5+
[Full Changelog](https://github.com/tj-django/django-migration-fixer/compare/v1.1.3...v1.1.4)
6+
7+
**Fixed bugs:**
8+
9+
- \[BUG\] Doesn't work with multiple remotes [\#117](https://github.com/tj-django/django-migration-fixer/issues/117)
610

711
**Merged pull requests:**
812

13+
- Pull changes from a specific remote defaults to origin [\#118](https://github.com/tj-django/django-migration-fixer/pull/118) ([jackton1](https://github.com/jackton1))
14+
- Updated README.md [\#116](https://github.com/tj-django/django-migration-fixer/pull/116) ([jackton1](https://github.com/jackton1))
15+
- Updated README.md [\#115](https://github.com/tj-django/django-migration-fixer/pull/115) ([jackton1](https://github.com/jackton1))
16+
- Upgraded v1.1.2 → v1.1.3 [\#114](https://github.com/tj-django/django-migration-fixer/pull/114) ([jackton1](https://github.com/jackton1))
17+
- Updated README.md [\#113](https://github.com/tj-django/django-migration-fixer/pull/113) ([jackton1](https://github.com/jackton1))
918
- Updated README.md [\#112](https://github.com/tj-django/django-migration-fixer/pull/112) ([jackton1](https://github.com/jackton1))
1019

1120
## [v1.1.3](https://github.com/tj-django/django-migration-fixer/tree/v1.1.3) (2021-08-02)

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/[email protected].3
116+
uses: tj-django/[email protected].4
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.1.3
2+
current_version = 1.1.4
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"Source": "https://github.com/tj-django/django-migration-fixer",
106106
"Documentation": "https://tj-django.github.io/django-migration-fixer",
107107
},
108-
version="1.1.3",
108+
version="1.1.4",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)