Skip to content

Commit 6f124eb

Browse files
leifericfclaude
andcommitted
release: prepare v0.2.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3758389 commit 6f124eb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ clj -M:run --help
3636
Download the latest JAR from [GitHub Releases](https://github.com/leifericf/noumenon/releases):
3737

3838
```bash
39-
java -jar noumenon-0.2.0.jar --help
39+
java -jar noumenon-0.2.1.jar --help
4040
```
4141

4242
Build from source if needed:
4343

4444
```bash
4545
clj -T:build uber
46-
java -jar target/noumenon-0.2.0.jar --version
46+
java -jar target/noumenon-0.2.1.jar --version
4747
```
4848

4949
### Option 3: Use as a Clojure dependency
5050

5151
```clojure
5252
{:aliases
5353
{:noumenon
54-
{:extra-deps {io.github.leifericf/noumenon {:git/tag "v0.2.0" :git/sha "81fc309"}}
54+
{:extra-deps {io.github.leifericf/noumenon {:git/tag "v0.2.1" :git/sha "dac5d66"}}
5555
:main-opts ["-m" "noumenon.main"]}}}
5656
```
5757

@@ -260,7 +260,7 @@ Run Noumenon as an [MCP](https://modelcontextprotocol.io) server so agents can c
260260

261261
```bash
262262
clj -M:run serve
263-
# or java -jar noumenon-0.2.0.jar serve
263+
# or java -jar noumenon-0.2.1.jar serve
264264
```
265265

266266
### [Claude Desktop](https://claude.ai/download) config
@@ -272,7 +272,7 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
272272
"mcpServers": {
273273
"noumenon": {
274274
"command": "java",
275-
"args": ["-jar", "/path/to/noumenon-0.2.0.jar", "serve"]
275+
"args": ["-jar", "/path/to/noumenon-0.2.1.jar", "serve"]
276276
}
277277
}
278278
}

resources/version.edn

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

0 commit comments

Comments
 (0)