Skip to content

Commit 4309c3a

Browse files
committed
build: version fix 0.2.1
1 parent 44d6ef3 commit 4309c3a

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.bumplus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '0.2.0'
1+
version = '0.2.1'
22

33
[[files."CHANGELOG.rst"]]
44
search = """

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This file uses change log convention from `keep a CHANGELOG`_.
88
`Unreleased`_
99
+++++++++++++
1010

11+
`0.2.1`_ - 2019-06-23
12+
++++++++++++++++++++++
13+
14+
- `9 <#9>` - feat: load var env flutter
15+
1116
`0.2.0`_ - 2019-06-23
1217
++++++++++++++++++++++
1318

@@ -23,7 +28,8 @@ This file uses change log convention from `keep a CHANGELOG`_.
2328
++++++++++++++++++++++
2429

2530

26-
.. _`Unreleased`: https://github.com/luismayta/zsh-flutter/compare/0.2.0...HEAD
31+
.. _`Unreleased`: https://github.com/luismayta/zsh-flutter/compare/0.2.1...HEAD
32+
.. _`0.2.1`: https://github.com/luismayta/zsh-flutter/compare/0.2.0...0.2.1
2733
.. _`0.2.0`: https://github.com/luismayta/zsh-flutter/compare/0.1.1...0.2.0
2834
.. _`0.1.1`: https://github.com/luismayta/zsh-flutter/compare/0.1.0...0.1.1
2935
.. _`0.1.0`: https://github.com/luismayta/zsh-flutter/compare/0.0.0...0.1.0

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build
66

77
|Build Status| |GitHub issues| |GitHub license|
88

9-
:Version: 0.2.0
9+
:Version: 0.2.1
1010
:Web: https://github.com/luismayta/zsh-flutter
1111
:Download: https://github.com/luismayta/zsh-flutter
1212
:Source: https://github.com/luismayta/zsh-flutter

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = VERSION README.rst
33
commit = False
44
tag = False
5-
current_version = 0.2.0
5+
current_version = 0.2.1
66

77
[bumpversion:file:setup.cfg]
88
search = version='{current_version}'

0 commit comments

Comments
 (0)