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
31 changes: 31 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.7.1](#v071)**
- **[v0.7.0](#v070)**
- **[v0.6.0](#v060)**
- **[v0.5.0](#v050)**
Expand All @@ -12,6 +13,36 @@
- **[v0.2.1](#v021)**
- **[v0.2.0](#v020)**

# v0.7.1

## Release Notes

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

This release consolidates the fixes and refinements that landed on `main` after
v0.7.0: two validation false-negative fixes (feature-file API-name matching and
hyphenated URL version segments), an S-038 wording alignment and int64 safe-range
lint refinement, a Release Review PR template change (RM reviewer-assignment
action and readiness-note rewording), and dependency bumps. No new rule ID.

### Added

* Review PR template: readiness-note fix and RM reviewer-assignment action by @hdamker in https://github.com/camaraproject/tooling/pull/372

### Changed

* Align S-038 wording with the OpenAPI Format Registry framing by @hdamker in https://github.com/camaraproject/tooling/pull/370
* Bump js-yaml from 5.0.0 to 5.2.1 by @dependabot in https://github.com/camaraproject/tooling/pull/363
* Bump @redocly/cli from 2.34.0 to 2.37.0 by @dependabot in https://github.com/camaraproject/tooling/pull/364
* Bump @stoplight/spectral-cli from 6.16.0 to 6.16.1 by @dependabot in https://github.com/camaraproject/tooling/pull/362

### Fixed

* Match feature files to the longest API name in scope by @hdamker in https://github.com/camaraproject/tooling/pull/366
* Flag hyphenated URL version segments by @hdamker in https://github.com/camaraproject/tooling/pull/369

**Full Changelog**: https://github.com/camaraproject/tooling/compare/v0.7.0...v0.7.1

# v0.7.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.7.0` mark release points on `main`.
* **Numbered release tags** — immutable tags such as `v0.7.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.7.0
version: 0.7.1