Skip to content

Commit

Permalink
release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wall committed Dec 5, 2023
1 parent 34c1299 commit 80dd361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.6.1] - 2023-12-05

### Changed
* Include README in Pyton package

## [v0.6.0] - 2023-12-05

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

Initial release of haproxyctl.

[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.6.1...HEAD
[v0.6.1]: https://github.com/markt-de/haproxy-cli/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/markt-de/haproxy-cli/compare/v0.5.0...v0.6.0
2 changes: 1 addition & 1 deletion haproxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""haproxy-cli
Based on: https://github.com/neurogeek/haproxyctl"""
__version__ = '0.6'
__version__ = '0.6.1'

0 comments on commit 80dd361

Please sign in to comment.