Update version and changelog
This commit is contained in:
		| @@ -2,6 +2,10 @@ | |||||||
|  |  | ||||||
| ## 0.5 | ## 0.5 | ||||||
|  |  | ||||||
|  | ### 0.5.5 | ||||||
|  |  | ||||||
|  | - Fix KeyError: 'src_folder' after upgrading aerich to 0.5.4. (#176) | ||||||
|  |  | ||||||
| ### 0.5.4 | ### 0.5.4 | ||||||
|  |  | ||||||
| - Fix incorrect index creation order. (#151) | - Fix incorrect index creation order. (#151) | ||||||
|   | |||||||
| @@ -1 +1 @@ | |||||||
| __version__ = "0.5.4" | __version__ = "0.5.5" | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| [tool.poetry] | [tool.poetry] | ||||||
| name = "aerich" | name = "aerich" | ||||||
| version = "0.5.4" | version = "0.5.5" | ||||||
| description = "A database migrations tool for Tortoise ORM." | description = "A database migrations tool for Tortoise ORM." | ||||||
| authors = ["long2ice <long2ice@gmail.com>"] | authors = ["long2ice <long2ice@gmail.com>"] | ||||||
| license = "Apache-2.0" | license = "Apache-2.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user