File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
* Nothing here yet*
8
8
9
+ ## [ v0.1.1]
10
+ ### Fixed
11
+
12
+ - Several small bugs
13
+ - Improved README
14
+
9
15
## [ v0.1.0]
10
16
### Added
11
17
- Initial release
@@ -15,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
21
16
22
Please also see ` git log `
17
23
18
- [ Unreleased ] : https://github.com/gabrielfalcao/sure/compare/v0.1.0...HEAD
24
+ [ Unreleased ] : https://github.com/timofurrer/click-man/compare/v0.1.1...HEAD
25
+ [ v0.1.1 ] : https://github.com/timofurrer/click-man/compare/v0.1.0...v0.1.1
19
26
[ v0.1.0 ] : https://github.com/timofurrer/click-man/compare/30626839cc048856f799eb0bcd9e731fff4221dc...v0.1.0
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'click-man' ,
5
- version = '0.1.0 ' ,
5
+ version = '0.1.1 ' ,
6
6
license = 'MIT' ,
7
7
description = 'Generate man pages for click based CLI applications' ,
8
8
author = 'Timo Furrer' ,
You can’t perform that action at this time.
0 commit comments