Skip to content

Commit

Permalink
version 1.0.0 release (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi authored May 30, 2020
1 parent baa70c8 commit f6ec7ae
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

We follow Semantic Versions since the `0.1.0` release.

## Version 1.0.0

### Breaking Changes

- Rename following `Migrator` methods (#83):

+ `before` to `apply_initial_migration`
+ `after` to `apply_tested_migration`

- Improves databases setup and teardown for migrations tests (#76)
Currently `Migrator.reset` uses `migrate` management command and all logic
related to migrations tests setup is moved to
`Migrator.apply_tested_migration`.

### Bugfixes

- Fixes `pre_migrate` and `post_migrate` signals muting (#87)
- Adds missing `typing_extension` dependency (#86)

### Misc

- Refactor tests (#79)
- Return `django` installed from `master` branch to testing matrix (#77)


## Version 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "django-test-migrations"
version = "0.3.0"
version = "1.0.0"
description = "Test django schema and data migrations, including ordering"
license = "MIT"

Expand Down

0 comments on commit f6ec7ae

Please sign in to comment.