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
16 changes: 16 additions & 0 deletions lib/clawspec-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/ilaborie/clawspec/compare/clawspec-core-v0.2.3...clawspec-core-v0.3.0) - 2025-12-20

### Added

- *(redaction)* Add trait-based Redactor API with closure support
- *(redaction)* Add wildcard support using JSONPath (RFC 9535)

### Fixed

- Replace removed `doc_auto_cfg` with `doc_cfg` for docs.rs ([#120](https://github.com/ilaborie/clawspec/pull/120))

### Other

- Add unit tests to improve code coverage
- *(redaction)* Add JSONPath wildcards, closures, and RedactOptions documentation

## [0.2.3](https://github.com/ilaborie/clawspec/compare/clawspec-core-v0.2.2...clawspec-core-v0.2.3) - 2025-12-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/clawspec-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clawspec-core"
version = "0.2.3"
version = "0.3.0"
edition = "2024"
description = "Core library for generating OpenAPI specifications from tests"
license.workspace = true
Expand Down