Skip to content

Commit 2ebcd20

Browse files
committed
release v0.7
1 parent 73da31e commit 2ebcd20

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [v0.7.0] - 2025-06-18
99

1010
### Added
1111
* New API command: setSslCrt
@@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6969

7070
Initial release of haproxyctl.
7171

72-
[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.6.1...HEAD
72+
[Unreleased]: https://github.com/markt-de/haproxy-cli/compare/v0.7.0...HEAD
73+
[v0.7.0]: https://github.com/markt-de/haproxy-cli/compare/v0.6.1...v0.7.0
7374
[v0.6.1]: https://github.com/markt-de/haproxy-cli/compare/v0.6.0...v0.6.1
7475
[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.6.1'
3+
__version__ = '0.7'

0 commit comments

Comments
 (0)