Skip to content

Commit 952ed4e

Browse files
Bruce Haumanclaude
andcommitted
Remove -alpha suffix from v0.1.12 release
Update version references from v0.1.12-alpha to v0.1.12 in README.md and CHANGELOG.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2984df8 commit 952ed4e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.1.12-alpha] - 2025-11-06
5+
## [0.1.12] - 2025-11-06
66

77
This release changes the project license to EPL 2.0, adds an experimental prompt CLI, and includes several configuration improvements and dependency updates.
88

@@ -15,10 +15,10 @@ This release changes the project license to EPL 2.0, adds an experimental prompt
1515
- **Experimental Prompt CLI** (`clojure -M:prompt-cli`) for command-line AI interaction with session persistence and resume functionality
1616
- **Prompt to save custom user prompts to config** (#117)
1717
- **Babashka script detection**: Improved detection of Babashka scripts with regex pattern matching for shebangs
18-
- **dry_run parameter** for file editing tools (#121, #122) - Allows preview of edits before applying
18+
- **dry_run parameter** for file editing tools (#121, #122) - Allows preview of edits before applying, this is mainly for integration in to ECA https://github.com/editor-code-assistant/eca
1919

2020
### Changed
21-
- **bash-over-nrepl default**: Changed default to `false`, removing environment hack. Bash commands now run locally by default instead of over nREPL
21+
- **bash-over-nrepl default**: Changed default to `false` Bash commands now run locally by default instead of over nREPL.
2222
- **LangChain4j update**: Updated to latest version
2323
- **Model updates**: Updated model configurations and definitions
2424

@@ -30,7 +30,6 @@ This release changes the project license to EPL 2.0, adds an experimental prompt
3030

3131
### Removed
3232
- **clojure_edit_replace_comment_block**: Removed outdated tool references
33-
- **Environment hack**: Removed from bash-over-nrepl implementation
3433

3534
## [0.1.11-alpha] - 2025-10-04 Error Handling Changes in ClojureMCP Tool Responses
3635

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Add `clojure-mcp` as an alias in your `~/.clojure/deps.edn`:
259259
{:mcp
260260
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
261261
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
262-
:git/tag "v0.1.12-alpha"
262+
:git/tag "v0.1.12"
263263
:git/sha "79b9d5a"}}
264264
:exec-fn clojure-mcp.main/start-mcp-server
265265
:exec-args {:port 7888}}}}
@@ -1091,7 +1091,7 @@ In order to generate the code index, you will need to set up an alias for this p
10911091
{:index
10921092
{:deps {org.slf4j/slf4j-nop {:mvn/version "2.0.16"} ;; Required for stdio server
10931093
com.bhauman/clojure-mcp {:git/url "https://github.com/bhauman/clojure-mcp.git"
1094-
:git/tag "v0.1.12-alpha"
1094+
:git/tag "v0.1.12"
10951095
:git/sha "79b9d5a"}}
10961096
:exec-fn clojure-mcp.code-indexer/map-project
10971097
:exec-args {}}}}

0 commit comments

Comments
 (0)