File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 1.7.1] - 2023-10-08
8+
9+ ### Fixed
10+
11+ - Log record values ` module ` and ` filename ` were not assigned properly under Python 3.11
12+ - Failed tests due to subtle changes in Python 3.11
13+
14+ ### Changed
15+
16+ - Downgrade dependency to protobuf>=4.23.4
17+
718## [ 1.7.0] - 2023-10-03
819
920### Changed
@@ -15,7 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1526### Added
1627
1728- .pyi file for config protobuf
18- - Stub pytest test
1929
2030## [ 1.6.1] - 2023-03-03
2131
Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+
6+ Version 1.7.1
7+ =============
8+
9+ - Log record values `module` and `filename` were not assigned properly under Python 3.11,
10+ - Failed tests due to subtle changes in Python 3.11
11+ - Downgrade dependency to `protobuf>=4.23.4`
12+
513Version 1.7.0
614=============
715
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
22#
33# SPDX-License-Identifier: MIT
4- __version__ = "1.7.0 "
4+ __version__ = "1.7.1 "
You can’t perform that action at this time.
0 commit comments