Skip to content

Commit cbaf81a

Browse files
committed
releasing 0.5.1
1 parent 34827af commit cbaf81a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XRLint Change History
22

3-
## Version 0.5.1 (in development)
3+
## Version 0.5.1 (from 2025-02-21)
44

55
- XRLint now also loads default configuration from files named
66
`xrlint-config.yaml` and `xrlint-config.json`. (#60)
@@ -11,6 +11,9 @@
1111
- Enhanced documentation by a new page that compiles
1212
the code examples in the `examples` folder.
1313

14+
- Fixed `Processor.preprocess()` typing to also accept
15+
`xarray.DataTree` instances.
16+
1417
## Version 0.5.0 (from 2025-02-13)
1518

1619
### Adjustments and Enhancements

xrlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This software is distributed under the terms and conditions of the
33
# MIT license (https://mit-license.org/).
44

5-
version = "0.5.1.dev0"
5+
version = "0.5.1"

0 commit comments

Comments
 (0)