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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
18
## [ 1.7.0] - 2023-10-03
8
19
9
20
### Changed
@@ -15,7 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
26
### Added
16
27
17
28
- .pyi file for config protobuf
18
- - Stub pytest test
19
29
20
30
## [ 1.6.1] - 2023-03-03
21
31
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
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
+
5
13
Version 1.7.0
6
14
=============
7
15
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
2
2
#
3
3
# 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