You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.8.1] - 2026-02-18
9
+
10
+
Full changelog: https://github.com/crs4/rocrate-validator/compare/0.8.0...0.8.1
11
+
12
+
### 🔧 Changed
13
+
14
+
- refactor(core): rename flag `disable_inherited_profiles_reporting` to `disable_inherited_profiles_issue_reporting` ([daebea1](https://github.com/crs4/rocrate-validator/commit/daebea1))
15
+
- refactor(core): set `disable_inherited_profiles_issue_reporting` to disabled by default ([c8e7de7](https://github.com/crs4/rocrate-validator/commit/c8e7de7))
16
+
- refactor(core): skip inherited profile event notifications when issue reporting is disabled ([c8ad7b9](https://github.com/crs4/rocrate-validator/commit/c8ad7b9))
17
+
- build(poetry): allow using the latest PySHACL version ([fde97be](https://github.com/crs4/rocrate-validator/commit/fde97be))
- fix(core): ensure skipped checks are reported properly ([471745b](https://github.com/crs4/rocrate-validator/commit/471745b))
23
+
- fix(cli): wrong param name ([38f22ff](https://github.com/crs4/rocrate-validator/commit/38f22ff))
24
+
- fix(core): ensure skip_checks is defined before use ([04988b1](https://github.com/crs4/rocrate-validator/commit/04988b1))
25
+
- fix(core): enable skipping of Python checks ([efcad8b](https://github.com/crs4/rocrate-validator/commit/efcad8b))
26
+
- fix(core): enable skipping of SHACL checks ([9141a72](https://github.com/crs4/rocrate-validator/commit/9141a72))
27
+
- fix(core): exclude skipped checks from stats ([4a27eb9](https://github.com/crs4/rocrate-validator/commit/4a27eb9))
28
+
- fix(core): remove inherited checks from stats when `disable_inherited_profiles_issue_reporting` is set ([f6e15b7](https://github.com/crs4/rocrate-validator/commit/f6e15b7))
29
+
- fix(cli): make the `disable_profile_inheritance` CLI flag affect only reporting (not loading) of inherited profiles ([d6f9192](https://github.com/crs4/rocrate-validator/commit/d6f9192))
0 commit comments