Skip to content

Commit 4dbed35

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent e4f0e88 commit 4dbed35

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2022-02-17)
6+
### Feature
7+
* Added base mutation and some types (errors) ([`e4f0e88`](https://github.com/devind-team/devind-django-helpers/commit/e4f0e889c3415b9b18a8cc8bb74c445bb14e9da3))
8+
59
## v0.1.0 (2022-02-17)
610
### Feature
711
* Инициализация вспомогательной библиотеки. ([`1491537`](https://github.com/devind-team/devind-django-helpers/commit/1491537fe708f5775ecc58058dd07bace18f38ad))

devind_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Вспомоательный модуль."""
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.2.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devind_helpers"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Devind helpers."
55
authors = ["Victor <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)