Skip to content

Commit 72ae484

Browse files
committed
release v0.7.2
1 parent a7aafcb commit 72ae484

3 files changed

Lines changed: 9 additions & 3 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.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

7580
Initial 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

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.7.1'
3+
__version__ = '0.7.2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "haproxy-cli"
10-
version = "0.7.1"
10+
version = "0.7.2"
1111
description = "A tool to interact with HAProxy."
1212
readme = "README.md"
1313
requires-python = ">=3.11"

0 commit comments

Comments
 (0)