Skip to content

Commit ad10575

Browse files
committed
releasing 0.3.0
1 parent 3e82c2c commit ad10575

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

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

3-
## Version 0.3.0 (in development)
3+
## Version 0.3.0 (from 2025-01-20)
44

55
- Added more rules
66
- core/CF rule "flags"
@@ -26,7 +26,7 @@
2626
as default linter and formatter.
2727

2828

29-
## Version 0.2.0 (14.01.2025)
29+
## Version 0.2.0 (from 2025-01-14)
3030

3131
- Rule description is now your `RuleOp`'s docstring
3232
if `description` is not explicitly provided.
@@ -41,7 +41,7 @@
4141
and their children from Python and JSON/YAML values.
4242
- Made all docstrings comply to google-style.
4343

44-
## Version 0.1.0 (09.01.2025)
44+
## Version 0.1.0 (from 2025-01-09)
4545

4646
- Added CLI option `--print-config PATH`, see same option in ESLint
4747
- XRLint CLI now outputs single results immediately to console,

xrlint/version.py

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

0 commit comments

Comments
 (0)