Skip to content

Commit ac2eaaa

Browse files
committed
release: v0.1.3 — add CI badge, validate OIDC publish
1 parent 86d4f4a commit ac2eaaa

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] — 2026-05-17
9+
10+
### Added
11+
- CI status badge in `README.md`.
12+
13+
### Changed
14+
- First release published via PyPI Trusted Publishing (OIDC); no long-lived
15+
API tokens are used in the release pipeline.
16+
817
## [0.1.2] — 2026-05-17
918

1019
### Changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
> of your products.
77
88
[![PyPI](https://img.shields.io/pypi/v/cra-scope.svg)](https://pypi.org/project/cra-scope/)
9+
[![CI](https://github.com/Usingthefork/cra-scope-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/Usingthefork/cra-scope-cli/actions/workflows/ci.yml)
910
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
1011
[![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](pyproject.toml)
1112

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "cra-scope"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Open-source CLI for preparing EU Cyber Resilience Act (Regulation 2024/2847) Article 14 notifications for the ENISA Single Reporting Platform (SRP)."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)