File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.2.0] ( https://github.com/tj-django/django-migration-fixer/tree/v1.2.0 ) (2021-08-08)
4+
5+ [ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.1.4...v1.2.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Increased test coverage. [ \# 121] ( https://github.com/tj-django/django-migration-fixer/pull/121 ) ([ jackton1] ( https://github.com/jackton1 ) )
10+ - Fix bug editing previous migration files. [ \# 120] ( https://github.com/tj-django/django-migration-fixer/pull/120 ) ([ jackton1] ( https://github.com/jackton1 ) )
11+ - Upgraded v1.1.3 → v1.1.4 [ \# 119] ( https://github.com/tj-django/django-migration-fixer/pull/119 ) ([ jackton1] ( https://github.com/jackton1 ) )
12+
313## [ v1.1.4] ( https://github.com/tj-django/django-migration-fixer/tree/v1.1.4 ) (2021-08-04)
414
515[ Full Changelog] ( https://github.com/tj-django/django-migration-fixer/compare/v1.1.3...v1.1.4 )
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/django-migration-fixer@v1.1.4
116+ uses : tj-django/django-migration-fixer@v1.2.0
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.4
2+ current_version = 1.2.0
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.4 " ,
108+ version = "1.2.0 " ,
109109 zip_safe = False ,
110110)
You can’t perform that action at this time.
0 commit comments