Skip to content

Commit 2b1acec

Browse files
committed
Preparing for 0.1.0 release
1 parent be031c9 commit 2b1acec

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

CHANGES.md

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

3-
## Version 0.1.0 (in development)
3+
## Version 0.1.0 (09.01.2025)
44

55
- Added CLI option `--print-config PATH`, see same option in ESLint
66
- XRLint CLI now outputs single results immediately to console,
@@ -9,6 +9,7 @@
99
- `new_linter()` now uses a config name arg instead of a bool arg.
1010
- Split example notebook into two
1111

12+
1213
## Early development snapshots
1314

1415
- Version 0.0.3 (08.01.2025)

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
1111
tool and library for [xarray]() datasets.
1212
Its design is heavily inspired by [ESLint](https://eslint.org/).
1313

14-
**IMPORTANT NOTE**: This project just started and is under development,
15-
there is no stable release yet. See
16-
[to-do list](docs/todo.md).
1714

1815
## Features
1916

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
55
tool and library for [xarray]() datasets.
66
Its design is heavily inspired by [ESLint](https://eslint.org/).
77

8-
**IMPORTANT NOTE**: This project just started and is under development,
9-
there is no stable release yet. See [to-do list](https://github.com/bcdev/xrlint/blob/main/docs/todo.md).
108

119
## Features
1210

xrlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.0.dev0"
1+
version = "0.1.0"

0 commit comments

Comments
 (0)