Skip to content

Commit 182ee75

Browse files
committedApr 4, 2025
Release v1.10.10
1 parent 7b56347 commit 182ee75

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

Diff for: ‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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-
## [1.10.10] - Unreleased
7+
## [1.10.10] - 2025-04-04
88

99
### Fixed
1010

1111
- Extend response buffer size in `iBlob.get_info2`.
12-
12+
- Don't use `_bpb_stream` when opening blob.
13+
- Fixed typo in `iResultSet` definition.
1314

1415
## [1.10.9] - 2025-01-03
1516

Diff for: ‎docs/changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
#########
44

5+
Version 1.10.10
6+
===============
7+
8+
- Fix: Extend response buffer size in `.iBlob.get_info2`.
9+
- Fix: Don't use `_bpb_stream` when opening blob.
10+
- Fix: typo in `.iResultSet` definition.
11+
512
Version 1.10.9
613
==============
714

Diff for: ‎src/firebird/driver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
Server, Statement)
6262

6363
#: Current driver version, SEMVER string.
64-
__VERSION__ = '1.10.9'
64+
__VERSION__ = '1.10.10'

0 commit comments

Comments
 (0)