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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- **[v0.8.1](#v081)**
- **[v0.8.0](#v080)**
- **[v0.7.1](#v071)**
- **[v0.7.0](#v070)**
Expand All @@ -14,6 +15,20 @@
- **[v0.2.1](#v021)**
- **[v0.2.0](#v020)**

# v0.8.1

## Release Notes

**v0.8.1 is a patch release for the CAMARA tooling repository.**

This release fixes two P-025 false positives found while evaluating the blast radius of the `v0.8.0` S-211 fix: a scenario-step line that reuses the API name as a resource-path segment later in the same line (e.g. `/qos-profiles/vwip/qos-profiles/{name}`), and a `#` comment documenting the raw operation being misread as a scenario step. No new rule ID.

### Fixed

* Fix two P-025 false positives on real-world feature-file lines by @hdamker in https://github.com/camaraproject/tooling/pull/395

**Full Changelog**: https://github.com/camaraproject/tooling/compare/v0.8.0...v0.8.1

# v0.8.0

## Release Notes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tooling/
* **[`VERSION.yaml`](VERSION.yaml)** — records the current numbered tooling release version.
* **[`CHANGELOG.md`](CHANGELOG.md)** — records numbered release notes and links to GitHub comparisons.
* **`v1-rc`** — floating lightweight tag covering the validation and release automation framework v1 release candidate. This is the active consumption line for CAMARA API repositories.
* **Numbered release tags** — immutable tags such as `v0.8.0` mark release points on `main`.
* **Numbered release tags** — immutable tags such as `v0.8.1` mark release points on `main`.
* **`v0`** — retired legacy linting tag. It is kept for historical compatibility and is not advanced for new releases.
* **`main`** — active development branch.

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.8.0
version: 0.8.1