File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.7.1] - 2025-06-18
9+
10+ ### Changed
11+ * Update Python packaging config
12+
813## [ v0.7.0] - 2025-06-18
914
1015### Added
@@ -69,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6974
7075Initial release of haproxyctl.
7176
72- [ Unreleased ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.0...HEAD
77+ [ Unreleased ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.1...HEAD
78+ [ v0.7.1 ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.0...v0.7.1
7379[ v0.7.0 ] : https://github.com/markt-de/haproxy-cli/compare/v0.6.1...v0.7.0
7480[ v0.6.1 ] : https://github.com/markt-de/haproxy-cli/compare/v0.6.0...v0.6.1
7581[ v0.6.0 ] : https://github.com/markt-de/haproxy-cli/compare/v0.5.0...v0.6.0
Original file line number Diff line number Diff line change 11"""haproxy-cli
22Based on: https://github.com/neurogeek/haproxyctl"""
3- __version__ = '0.7'
3+ __version__ = '0.7.1 '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " haproxy-cli"
7- version = " 0.7.0 "
7+ version = " 0.7.1 "
88description = " A tool to interact with HAProxy."
99readme = " README.md"
1010license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments