Skip to content

Commit be2c87e

Browse files
committed
Changed format of how release version and date appears in CHANGELOG.md
1 parent 508088d commit be2c87e

File tree

1 file changed

+13
-52
lines changed

1 file changed

+13
-52
lines changed

CHANGELOG.md

Lines changed: 13 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
0.7.6
2-
-----
3-
4-
*Release date: 2017-08-TBD*
1+
## 0.7.6 (August TBD, 2017)
52

63
* Bug Fixes
74
* Case-sensitive command parsing was completely broken and has been fixed
@@ -14,10 +11,7 @@
1411
* Improved how transcript testing handles prompts with ANSI escape codes by stripping them
1512
* Greatly improved implementation for how command output gets piped to a shell command
1613

17-
0.7.5
18-
-----
19-
20-
*Release date: 2017-07-08*
14+
## 0.7.5 (July 8, 2017)
2115

2216
* Bug Fixes
2317
* `case_insensitive` is no longer a runtime-settable parameter, but it was still listed as such
@@ -32,10 +26,7 @@
3226
* And it can create complications if you are't careful
3327
* Improved implementation of `load` to use command queue instead of nested inner loop
3428

35-
0.7.4
36-
-----
37-
38-
*Release date: 2017-07-03*
29+
## 0.7.4 (July 3, 2017)
3930

4031
* Bug fixes
4132
* Fixed a couple bugs in interacting with pastebuffer/clipboard on macOS and Linux
@@ -58,10 +49,7 @@
5849
* Removed pause command
5950
* Added a dependency on the **pyperclip** module
6051

61-
0.7.3
62-
-----
63-
64-
*Release date: 2017-06-23*
52+
## 0.7.3 (June 23, 2017)
6553

6654
* Bug fixes
6755
* Fixed a bug in displaying a span of history items when only an end index is supplied
@@ -79,17 +67,11 @@
7967
* This change improves argument parsing for all new applications
8068
* Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
8169

82-
0.7.2
83-
-----
84-
85-
*Release date: 2017-05-22*
70+
## 0.7.2 (May 22, 2017)
8671

8772
* Added a MANIFEST.ini file to make sure a few extra files get included in the PyPI source distribution
8873

89-
0.7.1
90-
-----
91-
92-
*Release date: 2017-05-22*
74+
## 0.7.1 (May 22, 2017)
9375

9476
* Bug fixes
9577
* ``-`` wasn't being treated as a legal character
@@ -110,64 +92,43 @@
11092
* Add shell command completion for ``shell`` command or ``!`` shortcut
11193
* Abbreviated multiline commands are no longer allowed (they never worked correctly anyways)
11294

113-
0.7.0
114-
-----
115-
116-
*Release date: 2017-02-23*
95+
## 0.7.0 (February 23, 2017)
11796

11897
* Refactored to use six module for a unified codebase which supports both Python 2 and Python 3
11998
* Stabilized on all platforms (Windows, Mac, Linux) and all supported Python versions (2.7, 3.3, 3.4, 3.5, 3.6, PyPy)
12099
* Added lots of unit tests and fixed a number of bugs
121100
* Improved documentation and moved it to cmd2.readthedocs.io
122101

123102

124-
0.6.9
125-
-----
126-
127-
*Release date: 2016-10-03*
103+
## 0.6.9 (October 3, 2016)
128104

129105
* Support Python 3 input()
130106
* Fix subprocess.mswindows bug
131107
* Add Python3.6 support
132108
* Drop distutils from setup.py
133109

134110

135-
0.6.8
136-
-----
137-
138-
*Release date: 2014-12-09*
111+
## 0.6.8 (December 9, 2014)
139112

140113
* better editor checking (by Ian Cordascu)
141114

142115

143-
0.6.6.1
144-
-------
145-
146-
*Release date: 2013-08-14*
116+
## 0.6.6.1 (August 14, 2013)
147117

148118
* No changes to code trunk. Generated sdist from Python 2.7 to avoid 2to3 changes being applied to source. (Issue https://bitbucket.org/catherinedevlin/cmd2/issue/6/packaging-bug)
149119

150120

151-
0.6.6
152-
-----
153-
154-
*Release date: 2013-08-06*
121+
## 0.6.6 (August 6, 2013)
155122

156123
* Added fix by bitbucket.org/desaintmartin to silence the editor check. bitbucket.org/catherinedevlin/cmd2/issue/1/silent-editor-check
157124

158125

159-
0.6.5.1
160-
-------
161-
162-
*Release date: 2013-03-18*
126+
## 0.6.5.1 (March 18, 2013)
163127

164128
* Bugfix for setup.py version check for Python 2.6, contributed by Tomaz Muraus (https://bitbucket.org/kami)
165129

166130

167-
0.6.5
168-
-----
169-
170-
*Release date: 2013-02-29*
131+
## 0.6.5 (February 29, 2013)
171132

172133
* Belatedly began a NEWS.txt
173134
* Changed pyparsing requirement for compatibility with Python version (2 vs 3)

0 commit comments

Comments
 (0)