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.2] - 2025-07-02
9+
10+ ### Changed
11+ * Improve build compatibility
12+
813## [ v0.7.1] - 2025-06-18
914
1015### Changed
@@ -74,7 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7479
7580Initial release of haproxyctl.
7681
77- [ Unreleased ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.1...HEAD
82+ [ Unreleased ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.2...HEAD
83+ [ v0.7.2 ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.1...v0.7.2
7884[ v0.7.1 ] : https://github.com/markt-de/haproxy-cli/compare/v0.7.0...v0.7.1
7985[ v0.7.0 ] : https://github.com/markt-de/haproxy-cli/compare/v0.6.1...v0.7.0
8086[ v0.6.1 ] : https://github.com/markt-de/haproxy-cli/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 11"""haproxy-cli
22Based on: https://github.com/neurogeek/haproxyctl"""
3- __version__ = '0.7.1 '
3+ __version__ = '0.7.2 '
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " haproxy-cli"
10- version = " 0.7.1 "
10+ version = " 0.7.2 "
1111description = " A tool to interact with HAProxy."
1212readme = " README.md"
1313requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments