Skip to content

Commit 80dd361

Browse files
author
Frank Wall
committed
release v0.6.1
1 parent 34c1299 commit 80dd361

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v0.6.1] - 2023-12-05
9+
10+
### Changed
11+
* Include README in Pyton package
12+
813
## [v0.6.0] - 2023-12-05
914

1015
### Added
@@ -53,5 +58,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5358

5459
Initial release of haproxyctl.
5560

56-
[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.6.0...HEAD
61+
[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.6.1...HEAD
62+
[v0.6.1]: https://github.com/markt-de/haproxy-cli/compare/v0.6.0...v0.6.1
5763
[v0.6.0]: https://github.com/markt-de/haproxy-cli/compare/v0.5.0...v0.6.0

haproxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""haproxy-cli
22
Based on: https://github.com/neurogeek/haproxyctl"""
3-
__version__ = '0.6'
3+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)