Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 12, 2021
1 parent 02b8366 commit 35c3c53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

<!--next-version-placeholder-->

## v0.2.0 (2021-11-12)
### Feature
* **ci:** Add release workflow ([#7](https://github.com/crccheck/django-test-curl/issues/7)) ([`02b8366`](https://github.com/crccheck/django-test-curl/commit/02b83668cc9fb6fe79ca7f5b761908f06899ee40))
* **ci:** Add flake8 and mypy linting too ([#6](https://github.com/crccheck/django-test-curl/issues/6)) ([`b2a34cc`](https://github.com/crccheck/django-test-curl/commit/b2a34ccf5bdfdb131fd2d6de034fc6a0640a8f79))
* **ci:** Add ci workflows ([#5](https://github.com/crccheck/django-test-curl/issues/5)) ([`e62f983`](https://github.com/crccheck/django-test-curl/commit/e62f983116ec76b5c839a1825032d62abb0ead77))
2 changes: 1 addition & 1 deletion django_test_curl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .django_test_curl import CurlClient, CurlClientMixin # noqa

__version__ = "0.1.2"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-test-curl"
version = "0.1.2"
version = "0.2.0"
description = "Write Django test requests using curl syntax"
authors = ["crccheck <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 35c3c53

Please sign in to comment.