Skip to content

Commit 2bd4079

Browse files
committed
Update version to 2.2.0
Signed-off-by: Vinicius Kwiecien Ruoso <vinicius.ruoso@gmail.com>
1 parent f9775ef commit 2bd4079

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.en.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ You can also use it with the subcommands, like ``receita build --help``.
138138
Changelog
139139
---------
140140

141+
2.2.0
142+
+++++
143+
144+
* `#17`_: Fix activities with the same code bug
145+
* `#15`_: Add QSA support
146+
141147
2.1.1
142148
+++++
143149

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ Você também pode utilizá-lo com os subcomandos, como ``receita build --help``
141141
Changelog
142142
---------
143143

144+
2.2.0
145+
+++++
146+
147+
* `#17`_: Corrigido bug de atividades com mesmo código
148+
* `#15`_: Adicionado suporte ao QSA
149+
144150
2.1.1
145151
+++++
146152

receita/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '2.1.1'
2+
__version__ = '2.2.0'

0 commit comments

Comments
 (0)