Skip to content

Commit 770a482

Browse files
committed
release: v0.2.3
First tag whose release.yml matches shipped reality: build → SBOM → github-release. No publish-pypi, no publish-ghcr, no bump-homebrew- tap fan-out — the deferred jobs and the removed Docker channel are out of release.yml at this tag. Code byte-identical to v0.2.2. Bump exists so the latest tag's workflow does what the docs describe.
1 parent 7e3839a commit 770a482

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.3] — 2026-05-14
10+
911
### Removed
1012

1113
- Container image as a release channel. Docker was a testing

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 = "shimkit"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "A toolkit of developer utilities — Java version manager, shell upgrader, and more. Python tools, shimmed by bash."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

src/shimkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Python tools, shimmed by bash.
44
"""
55

6-
__version__ = "0.2.2"
6+
__version__ = "0.2.3"
77
__all__ = ["__version__"]

0 commit comments

Comments
 (0)