Skip to content

Commit 8f2991a

Browse files
davideulerclaude
andcommitted
Bump version to v0.1.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bb1d163 commit 8f2991a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ brew install cortex-auth
2121
Download from the [GitHub Releases](https://github.com/davideuler/cortex-auth/releases) page.
2222

2323
```bash
24-
VERSION=v0.1.1
24+
VERSION=v0.1.2
2525

2626
# Detect platform
2727
case "$(uname -s)-$(uname -m)" in
@@ -40,10 +40,10 @@ rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"
4040

4141
| Platform | Pre-built binary |
4242
|----------|-----------------|
43-
| macOS Apple Silicon (M1/M2/M3) | `cortex-auth-v0.1.1-aarch64-apple-darwin.tar.gz` |
43+
| macOS Apple Silicon (M1/M2/M3) | `cortex-auth-v0.1.2-aarch64-apple-darwin.tar.gz` |
4444
| macOS Intel | — build from source |
45-
| Linux x86_64 | `cortex-auth-v0.1.1-x86_64-unknown-linux-musl.tar.gz` |
46-
| Linux ARM64 | `cortex-auth-v0.1.1-aarch64-unknown-linux-musl.tar.gz` |
45+
| Linux x86_64 | `cortex-auth-v0.1.2-x86_64-unknown-linux-musl.tar.gz` |
46+
| Linux ARM64 | `cortex-auth-v0.1.2-aarch64-unknown-linux-musl.tar.gz` |
4747

4848
### Build from source
4949

README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ brew install cortex-auth
2121
[GitHub Releases](https://github.com/davideuler/cortex-auth/releases) 页面下载。
2222

2323
```bash
24-
VERSION=v0.1.1
24+
VERSION=v0.1.2
2525

2626
# 自动识别平台
2727
case "$(uname -s)-$(uname -m)" in
@@ -40,10 +40,10 @@ rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"
4040

4141
| 平台 | 预编译包 |
4242
|------|--------|
43-
| macOS Apple Silicon(M1/M2/M3) | `cortex-auth-v0.1.1-aarch64-apple-darwin.tar.gz` |
43+
| macOS Apple Silicon(M1/M2/M3) | `cortex-auth-v0.1.2-aarch64-apple-darwin.tar.gz` |
4444
| macOS Intel | — 请从源码编译 |
45-
| Linux x86_64 | `cortex-auth-v0.1.1-x86_64-unknown-linux-musl.tar.gz` |
46-
| Linux ARM64 | `cortex-auth-v0.1.1-aarch64-unknown-linux-musl.tar.gz` |
45+
| Linux x86_64 | `cortex-auth-v0.1.2-x86_64-unknown-linux-musl.tar.gz` |
46+
| Linux ARM64 | `cortex-auth-v0.1.2-aarch64-unknown-linux-musl.tar.gz` |
4747

4848
### 从源码编译
4949

homebrew-tap/Formula/cortex-auth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class CortexAuth < Formula
22
desc "Agent-centric secrets vault: store API keys and inject them at runtime"
33
homepage "https://github.com/davideuler/cortex-auth"
4-
version "0.1.1"
4+
version "0.1.2"
55
license "MIT"
66

77
on_macos do

0 commit comments

Comments
 (0)