Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0](https://github.com/cdviz-dev/cdviz-collector/compare/0.18.1...0.19.0) - 2025-10-15

### Added

- allow to define metadata as part of extractor (and default `metadata.context.source`)

### Fixed

- *(deps)* update rust crate regex to v1.12.1

### Other

- remove test & task related to transformers (as extracted into an other repository)
- *(deps)* update
- add configuration `http.root_url`
- *(deps)* update rust crate tokio to v1.48.0
- *(deps)* update stefanzweifel/git-auto-commit-action action to v7
- *(deps)* update dependency ubi:mozilla/grcov to v0.10.5
- *(deps)* update renovatebot/github-action action to v43
- *(deps)* update peter-evans/create-pull-request action to v7
- *(deps)* update stefanzweifel/git-auto-commit-action action to v6
- enable release on git tag
- *(deps)* update oxsecurity/megalinter action to v9
- *(deps)* update jdx/mise-action action to v3
- *(deps)* update actions/create-github-app-token action to v2
- *(deps)* update actions/checkout action to v5

## [0.18.1](https://github.com/cdviz-dev/cdviz-collector/compare/0.18.0...0.18.1) - 2025-10-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdviz-collector"
version = "0.18.1"
version = "0.19.0"
authors = ["David Bernard"]
categories = []
edition = "2024"
Expand Down