Skip to content

Commit c5d9393

Browse files
committed
Prepare for release: update version and changelog
1 parent b5ae85e commit c5d9393

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.7.3] – 2025-01-13
6+
7+
### Changed
8+
- More type-safe signature for `find_ancestor_of_type`
9+
10+
### Fixed
11+
- `provides_nodes` for optional and union types
12+
513
## [0.7.2] – 2024-11-07
614

715
### Added

pylasu/__init__.py

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

0 commit comments

Comments
 (0)