Skip to content

Commit 2330e95

Browse files
krussmarcmo
authored andcommitted
Cleanup for version 0.16 release
Added missing change-log docu for previous version 0.15 Fixed clippy warning on too long first doc paragraph
1 parent 4299e9f commit 2330e95

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- Support parsing of DLT network traces
1212

13+
## [0.15.0] - 2024-05-03
14+
### Changed
15+
- Made dlt-statistics a separate feature
16+
1317
## [0.14.4] - 2023-07-21
1418
### Changed
1519
- Updated quick-xml library and dependencies

src/filtering.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub struct DltFilterConfig {
4949
}
5050

5151
/// A processed version of the filter configuration that can be used to parse dlt.
52+
///
5253
/// When a `DltFilterConfig` is received (e.g. as serialized json), this can easily
5354
/// be converted into this processed version using `filter_config.into()`
5455
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)