-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 1.1.10 - 2025-01-29 | ||
### Added | ||
* Match on corresponding node when passing yaml file path(s) in positional selectors ie like with pre-commit | ||
* Initial support for versioned model inheritance and operations | ||
* Position filepath arguments pointed directly at YAML files will select all the nodes associated with the yaml file allowing better pre-commit function | ||
### Changed | ||
* Relax ruamel.yaml version constraint | ||
* Superseded makefile with taskfile as first step to have 1:1 parity and consistency between CI with local testing -- an interesting use of uv (like nox) | ||
### Removed | ||
* Remove requirements.txt, just use uv |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters