Skip to content

Commit cbb8626

Browse files
committed
Version 0.3.0 release
1 parent 9928851 commit cbb8626

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
We follow Semantic Versions since the `0.1.0` release.
44

55

6-
## Version 0.3.0 WIP
6+
## Version 0.3.0
77

88
### Features
99

1010
- Drops `[email protected]` support
11+
- Adds `'*'` alias for ignoring
12+
all migrations in an app with `DTM_IGNORED_MIGRATIONS`
1113

1214
### Bugfixes
1315

poetry.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "django-test-migrations"
12-
version = "0.2.0"
12+
version = "0.3.0"
1313
description = "Test django schema and data migrations, including ordering"
1414
license = "MIT"
1515

@@ -58,14 +58,14 @@ python = "^3.6"
5858
django = "^2.2"
5959

6060
mypy = "^0.770"
61-
wemake-python-styleguide = "^0.14.0"
62-
flake8-pytest-style = "^1.1.1"
63-
nitpick = "^0.22.1"
61+
wemake-python-styleguide = "^0.14"
62+
flake8-pytest-style = "^1.1"
63+
nitpick = "^0.22"
6464

6565
safety = "^1.9"
6666

6767
pytest = "^5.4"
6868
pytest-cov = "^2.7"
6969
pytest-randomly = "^3.3"
7070
pytest-django = "^3.9"
71-
pytest-pythonpath = "^0.7.3"
71+
pytest-pythonpath = "^0.7"

0 commit comments

Comments
 (0)