File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- version = ' 0.2.0 '
1
+ version = ' 0.2.1 '
2
2
3
3
[[files ."CHANGELOG .rst" ]]
4
4
search = """
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ This file uses change log convention from `keep a CHANGELOG`_.
8
8
`Unreleased `_
9
9
+++++++++++++
10
10
11
+ `0.2.1 `_ - 2019-06-23
12
+ ++++++++++++++++++++++
13
+
14
+ - `9 <#9> ` - feat: load var env flutter
15
+
11
16
`0.2.0 `_ - 2019-06-23
12
17
++++++++++++++++++++++
13
18
@@ -23,7 +28,8 @@ This file uses change log convention from `keep a CHANGELOG`_.
23
28
++++++++++++++++++++++
24
29
25
30
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
27
33
.. _`0.2.0` : https://github.com/luismayta/zsh-flutter/compare/0.1.1...0.2.0
28
34
.. _`0.1.1` : https://github.com/luismayta/zsh-flutter/compare/0.1.0...0.1.1
29
35
.. _`0.1.0` : https://github.com/luismayta/zsh-flutter/compare/0.0.0...0.1.0
Original file line number Diff line number Diff line change 6
6
7
7
|Build Status | |GitHub issues | |GitHub license |
8
8
9
- :Version: 0.2.0
9
+ :Version: 0.2.1
10
10
:Web: https://github.com/luismayta/zsh-flutter
11
11
:Download: https://github.com/luismayta/zsh-flutter
12
12
:Source: https://github.com/luismayta/zsh-flutter
Original file line number Diff line number Diff line change 1
- 0.2.0
1
+ 0.2.1
Original file line number Diff line number Diff line change 2
2
files = VERSION README.rst
3
3
commit = False
4
4
tag = False
5
- current_version = 0.2.0
5
+ current_version = 0.2.1
6
6
7
7
[bumpversion:file:setup.cfg]
8
8
search = version =' {current_version}'
You can’t perform that action at this time.
0 commit comments