Skip to content

Commit b2efcc6

Browse files
committed
release: 0.1.1
1 parent ba05d89 commit b2efcc6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Nothing here yet*
88

9+
## [v0.1.1]
10+
### Fixed
11+
12+
- Several small bugs
13+
- Improved README
14+
915
## [v0.1.0]
1016
### Added
1117
- Initial release
@@ -15,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1521

1622
Please also see `git log`
1723

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
1926
[v0.1.0]: https://github.com/timofurrer/click-man/compare/30626839cc048856f799eb0bcd9e731fff4221dc...v0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='click-man',
5-
version='0.1.0',
5+
version='0.1.1',
66
license='MIT',
77
description='Generate man pages for click based CLI applications',
88
author='Timo Furrer',

0 commit comments

Comments
 (0)