You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): bump to v0.3.1 + CHANGELOG closeout
Round 1 Phase L (.env-file loader) + Round 2 Phase H (hardening
pass) plus the bundle reproducibility / Windows / Docker / CI
matrix fixes that surfaced after the ARM-runner queue cleared.
Builds clean: get_installer-0.3.1-py3-none-any.whl +
get_installer-0.3.1.tar.gz. 118 tests pass on macOS local; CI
matrix green on Linux + macOS + Windows × Python 3.10/3.11/3.12/3.13
plus the Docker multiarch + bundle reproducibility + shellcheck
jobs.
Tag not pushed yet — awaiting explicit publish authorization +
confirmation that the PyPI trusted publisher for `get-installer`
is configured.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "get-installer"
7
-
version = "0.3.0"
7
+
version = "0.3.1"
8
8
description = "Reusable, registry-driven curl-pipe-sh-style installer for distributing dev tools across public, private, enterprise, and government contexts."
0 commit comments