Skip to content

Commit e4142fe

Browse files
committed
chore(release): bump to v0.4.0 — forge schema + sigstore + admin proposal
Three forward-looking additions that warrant a minor bump: - registry.json schema gains an optional `forge` field per version (Phase D, Round 3 #19); v0.5 wires per-forge fetchers - Sigstore signing scaffold via opt-in [sigstore] extras (Phase F, Round 2 #16); fail-loud NotImplementedError until the key-management ADR lands - REPO-PROPOSAL-admin.md captures the sibling Laravel admin repo bootstrap (Phase M, Round 4 #23) 118 tests pass; build clean: get_installer-0.4.0-py3-none-any.whl + get_installer-0.4.0.tar.gz.
1 parent 08db77e commit e4142fe

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2026-05-16
10+
11+
### Added
12+
13+
- **`forge` field in registry.json schema** (Phase D, Round 3 #19):
14+
optional `forge: {type, owner, repo, release_tag_template,
15+
asset_pattern}` block per version. Informational today; v0.5 wires
16+
per-forge fetchers (GitHub Releases, GitLab Releases, Codeberg,
17+
Gitea). Backward-compatible.
18+
- **Sigstore signing scaffold** (Phase F, Round 2 #16): new
19+
`[sigstore]` opt-in extras + `verify.sign_bundle_with_sigstore`
20+
skeleton. Dry-run returns the planned .sigstore path; apply
21+
raises NotImplementedError pointing at the pending
22+
key-management ADR.
23+
- **REPO-PROPOSAL-admin.md** (Phase M, Round 4 #23): scope, stack,
24+
routes, and bootstrap checklist for the sibling
25+
`simtabi/get-installer-admin` Laravel repo when someone takes
26+
that on.
27+
28+
### Why minor not patch
29+
30+
The `forge` schema field is a backward-compatible addition but
31+
opens the door for a class of new fetchers, so minor is the
32+
appropriate semver bump.
33+
934
## [0.3.2] - 2026-05-16
1035

1136
### Fixed — release workflow

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 = "get-installer"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Reusable, registry-driven curl-pipe-sh-style installer for distributing dev tools across public, private, enterprise, and government contexts."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)