Skip to content

Commit f2f685b

Browse files
committed
changelog update
1 parent 776327f commit f2f685b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.10.0] - 2025-06-XX
7+
## [0.10.0] - 2025-06-02
88

99
### Changed
1010

1111
- Minimal Python version raised to 3.11
1212
- Type hints adjusted to Python 3.11 standards
1313
- Improved documentation.
1414
- Dependencies updated to firebird-butler-protobuf ~= 2.0, firebird-base ~= 2.0,
15-
firebird-uuid >= 0.4.0", packaging ~= 25.0, pyzmq ~= 26.4, prompt-toolkit ~= 3.0,
15+
firebird-uuid ~= 1.0, packaging ~= 25.0, pyzmq ~= 26.4, prompt-toolkit ~= 3.0,
1616
protobuf ~= 5.29, psutil ~= 7.0, rich ~= 14.0, tomli-w~=1.2, typer~=0.15.
1717
- pytest tests for FBDP protocol
1818
- Old logging cleanup.

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Version 0.10.0
99
* Type hints adjusted to Python 3.11 standards
1010
* Improved documentation.
1111
* Dependencies updated to firebird-butler-protobuf ~= 2.0, firebird-base ~= 2.0,
12-
firebird-uuid >= 0.4.0", packaging ~= 25.0, pyzmq ~= 26.4, prompt-toolkit ~= 3.0,
12+
firebird-uuid ~= 1.0, packaging ~= 25.0, pyzmq ~= 26.4, prompt-toolkit ~= 3.0,
1313
protobuf ~= 5.29, psutil ~= 7.0, rich ~= 14.0, tomli-w~=1.2, typer~=0.15.
1414
* pytest tests for FBDP protocol
1515
* Old logging cleanup.

0 commit comments

Comments
 (0)