Skip to content

Commit 3bb889b

Browse files
leifericfclaude
andcommitted
chore(release): bump version to 0.11.1
Cuts the Unreleased docker-build fix into ## 0.11.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e547138 commit 3bb889b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.11.1
6+
57
### Fixes
68

79
- **Docker image build adds `git` to the build stage** — the v0.11.0 release pushed clj-p4 from `:local/root` to `{:git/tag "v0.6.1-alpha"}`, so `clojure -T:build uber` now needs to clone the dependency via git inside the build container. The build stage's `apk add --no-cache curl bash` did not include git, so the docker job in the release workflow failed at `clojure -T:build uber` with a tools.deps git-clone error. The runtime stage already had git for noumenon's own clone-and-import workflow; the build stage now matches.

resources/version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.11.0"}
1+
{:version "0.11.1"}

0 commit comments

Comments
 (0)