File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.3
2+ current_version = 1.1.4
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments