Skip to content

Commit 7a7420f

Browse files
committed
release v0.7.1
1 parent 39ef53e commit 7a7420f

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.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

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

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'
3+
__version__ = '0.7.1'

pyproject.toml

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

55
[project]
66
name = "haproxy-cli"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "A tool to interact with HAProxy."
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)