8000 Bump version: 0.8.2 → 0.8.3 · ranshamay/commitizen@6c5d68e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c5d68e

Browse files
author
ran@panorays.com
committed
Bump version: 0.8.2 → 0.8.3
1 parent 6855665 commit 6c5d68e

File tree

4 files changed

+162
-12
lines changed

4 files changed

+162
-12
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# CHANGELOG
2+
3+
4+
5+
## v0.8.3 (2017-11-22)
6+
7+
8+
### Features
9+
- [test1] PEG111 PEG222 PEG333 test2 ([f98dcf5](https://bitbucket.org/panorays/commitizen/commits/f98dcf5))
10+
- make it work in python 2 ([6855665](https://bitbucket.org/panorays/commitizen/commits/6855665))
11+
12+
13+
14+
15+
16+
17+
18+
19+
## v0.8.2 (2017-10-08)
20+
21+
22+
23+
24+
25+
### Documentation Changes
26+
- minor correction ([e5aa84b](https://bitbucket.org/panorays/commitizen/commits/e5aa84b))
27+
28+
29+
30+
31+
32+
## v0.8.1 (2017-10-08)
33+
34+
35+
36+
37+
38+
### Documentation Changes
39+
- improved commitizens tab in readme ([80fab6b](https://bitbucket.org/panorays/commitizen/commits/80fab6b))
40+
41+
42+
43+
44+
45+
## v0.8.0 (2017-10-08)
46+
47+
48+
### Features
49+
- [cz] jira smart commits ([a695e41](https://bitbucket.org/panorays/commitizen/commits/a695e41))
50+
51+
52+
53+
54+
55+
56+
57+
58+
## v0.7.0 (2017-10-08)
59+
60+
61+
62+
### Refactoring
63+
- [cz] renamed angular cz to conventional changelog cz ([f8165da](https://bitbucket.org/panorays/commitizen/commits/f8165da))
64+
- [cli] renamed all to ls command ([ad2f00b](https://bitbucket.org/panorays/commitizen/commits/ad2f00b))
65+
66+
67+
68+
### Documentation Changes
69+
- [README] table of contents ([3b8da5a](https://bitbucket.org/panorays/commitizen/commits/3b8da5a))
70+
- modified usage page ([fa4fcda](https://bitbucket.org/panorays/commitizen/commits/fa4fcda))
71+
72+
73+
74+
75+
76+
## v0.6.0 (2017-10-08)
77+
78+
79+
### Features
80+
- info command for angular ([3a8a451](https://bitbucket.org/panorays/commitizen/commits/3a8a451))
81+
82+
83+
84+
85+
### Documentation Changes
86+
- [README] improved ([3c611f7](https://bitbucket.org/panorays/commitizen/commits/3c611f7))
87+
- [README] added badges ([aff2519](https://bitbucket.org/panorays/commitizen/commits/aff2519))
88+
- [README] minor corrections ([b8faaec](https://bitbucket.org/panorays/commitizen/commits/b8faaec))
89+
- [README] minor changes ([bafefb0](https://bitbucket.org/panorays/commitizen/commits/bafefb0))
90+
- new image in readme ([2a81c06](https://bitbucket.org/panorays/commitizen/commits/2a81c06))
91+
92+
93+
94+
95+
96+
## v0.5.0 (2017-10-07)
97+
98+
99+
100+
101+
102+
### Documentation Changes
103+
- [LICENSE] new one ([ea69543](https://bitbucket.org/panorays/commitizen/commits/ea69543))
104+
105+
106+
107+
108+
109+
## v0.4.0 (2017-10-07)
110+
111+
112+
113+
114+
115+
### Documentation Changes
116+
- removed comments from setup and added MANIFEST.in ([4b90118](https://bitbucket.org/panorays/commitizen/commits/4b90118))
117+
118+
119+
120+
121+
122+
## v0.3.0 (2017-10-07)
123+
124+
125+
126+
127+
128+
### Documentation Changes
129+
- [README] added about, installation, creating, etc ([c96c4bc](https://bitbucket.org/panorays/commitizen/commits/c96c4bc))
130+
131+
132+
133+
134+
135+
## v0.2.0 (2017-10-07)
136+
137+
138+
### Features
139+
- package discovery ([54058ad](https://bitbucket.org/panorays/commitizen/commits/54058ad))
140+
- [config] new loads from ~/.cz and working project .cz .cz.cfg and setup.cfg ([b86f532](https://bitbucket.org/panorays/commitizen/commits/b86f532))
141+
142+
143+
### Refactoring
144+
- [cz_angular] improved messages ([4025ff2](https://bitbucket.org/panorays/commitizen/commits/4025ff2))
145+
146+
147+
148+
149+
### Administration and Chores
150+
- [bumpversion] configured and added as dev dep ([f073859](https://bitbucket.org/panorays/commitizen/commits/f073859))
151+
152+
153+
154+

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.2'
1+
__version__ = '0.8.3'

setup.cfg

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
[aliases]
2-
test = pytest
31
[bumpversion]
42
commit = True
53
tag = True
6-
current_version = 0.8.2
4+
current_version = 0.8.3
5+
6+
[aliases]
7+
test = pytest
8+
9+
[bumpversion:file:commitizen/__version__.py]
710

8-
[bumpversion:file:commitizen/cz/__version__.py]
911
[bumpversion:file:setup.cfg]
12+

0 commit comments

Comments
 (0)
0