Skip to content

Commit 1c5d00e

Browse files
committed
chore(release): bump to v0.3.0 — conda-forge + reach_probe expansion
26 platforms registered (added conda-forge). `Platform.reach_probe` now covers PyPI, npm, GHCR, Docker Hub, and GitHub so doctor escalates GREEN -> RED on network failure across the most-used registries. Builds clean: simtabi_release_kit-0.3.0-py3-none-any.whl + .tar.gz. 180 tests, 77% coverage.
1 parent 5abde5b commit 1c5d00e

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
_No changes yet._
1010

11+
## [0.3.0] — 2026-05-16
12+
13+
### Added
14+
15+
- **conda-forge platform plugin** (`0e691b4`): PR-based automation
16+
level. Lifecycle covers authenticate (validates feedstock + fork
17+
shape + token), validate (version + 64-char sha256), publish
18+
(dry-run prints the planned patch; apply raises `not-implemented`
19+
with a pointer to the manual flow so PR creation can't half-fire),
20+
verify (queries the feedstock for an open PR matching the
21+
version). 26 platforms registered now.
22+
- **`reach_probe` on 4 more platforms** (`4cfa31f`): npm, GHCR,
23+
Docker Hub, GitHub. Same 5-second HEAD pattern as the PyPI
24+
override that shipped in v0.2.0. Doctor escalates GREEN → RED on
25+
network failure across the typical OSS publishing stack.
26+
27+
### Changed
28+
29+
- `RE-AUDIT.md` is now a full punch-list for the cross-package
30+
audit, with every Round 1/2/3/4 item resolved or
31+
deferred-with-rationale. (`5abde5b`, `c6d4787`)
32+
33+
[Unreleased]: https://github.com/simtabi/release-kit/compare/v0.3.0...HEAD
34+
[0.3.0]: https://github.com/simtabi/release-kit/releases/tag/v0.3.0
35+
1136
## [0.2.0] — 2026-05-16
1237

1338
### Added
@@ -111,6 +136,5 @@ _No changes yet._
111136
- conda-forge feedstock automation.
112137
- Parallel-publish across targets.
113138

114-
[Unreleased]: https://github.com/simtabi/release-kit/compare/v0.2.0...HEAD
115139
[0.2.0]: https://github.com/simtabi/release-kit/releases/tag/v0.2.0
116140
[0.1.0]: https://github.com/simtabi/release-kit/releases/tag/v0.1.0

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 = "simtabi-release-kit"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Multi-registry publishing automation. PyPI, npm, Docker, Homebrew, Maven, RubyGems, Cargo, NuGet, Packagist, plus seven git hosts. Fluent OOP, config-driven, OIDC-first."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)