Skip to content

Commit

Permalink
Prepare for release: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Jan 13, 2025
1 parent b5ae85e commit c5d9393
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project from version 0.4.0 upwards are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.7.3] – 2025-01-13

### Changed
- More type-safe signature for `find_ancestor_of_type`

### Fixed
- `provides_nodes` for optional and union types

## [0.7.2] – 2024-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pylasu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.2"
VERSION = "0.7.3"

0 comments on commit c5d9393

Please sign in to comment.