We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51be66b commit 133dadcCopy full SHA for 133dadc
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
All notable changes to this project from version 0.4.0 upwards are documented in this file.
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [0.8.1] – 2025-02-21
6
+
7
+### Added
8
+- More reflection to support PEP-0563 in a Cython environment
9
10
+## [0.8.0] – 2025-02-20
11
12
13
+- Support for string-encoded types (PEP-0563)
14
15
## [0.7.3] – 2025-01-13
16
17
### Changed
pylasu/__init__.py
@@ -1 +1 @@
1
-VERSION = "0.8.0"
+VERSION = "0.8.1"
0 commit comments