Skip to content

Commit 3015a39

Browse files
committed
doc: update CHANGELOG.md on 0.3 changes
1 parent 62a9812 commit 3015a39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - UNRELEASED
9+
10+
### Boreal
11+
12+
- Add rule metadata and tags in results of scans. Only the rule name and
13+
namespace was listed, which was an oversight.
14+
In addition, the `Metadata` and `MetadataValue` structs from `boreal-parser`
15+
are re-exported, to avoid having to depend on it to inspect matched rules
16+
metadatas.
17+
See [PR #85](https://github.com/vthib/boreal/pull/85).
18+
819
## [0.3.0] - 2023-09-12
920

1021
This is a huge release containing several months of work, including:

0 commit comments

Comments
 (0)