Skip to content

Commit 7ad3ca8

Browse files
committed
Prepare release 0.2.1
1 parent 238449e commit 7ad3ca8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ release tags add a leading `v` to the package version.
77

88
## Unreleased
99

10+
## 0.2.1 — 2026-08-11
11+
12+
### Added
13+
14+
- Added machine-readable citation metadata through the repository-root
15+
`CITATION.cff` file.
16+
- Added an About page and public development disclosure covering PRIK's
17+
motivation, design principles, stewardship, and use of AI-assisted tools.
18+
19+
### Fixed
20+
21+
- Removed the stale `0.1.x` qualifier from the README and website alpha-status
22+
wording after the `0.2.0` release.
23+
1024
## 0.2.0 — 2026-08-10
1125

1226
### Added

pyproject.toml

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

55
[project]
66
name = "prik"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "PRIK generates native Python bindings from Fortran projects, producing importable extensions and editable .pyi contracts for Pythonic APIs."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)