Skip to content

Commit 133dadc

Browse files
committed
Prepare for release
1 parent 51be66b commit 133dadc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project from version 0.4.0 upwards are documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

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+
### Added
13+
- Support for string-encoded types (PEP-0563)
14+
515
## [0.7.3] – 2025-01-13
616

717
### Changed

pylasu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.8.0"
1+
VERSION = "0.8.1"

0 commit comments

Comments
 (0)