Skip to content

Commit 98aabc1

Browse files
GokhanKabarclaude
andcommitted
chore: bump version to 0.1.8, add crates.io publish to release workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 254f0f0 commit 98aabc1

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,14 @@ jobs:
9999
uses: softprops/action-gh-release@v2
100100
with:
101101
files: memo-${{ matrix.target }}.zip
102+
103+
publish:
104+
name: Publish to crates.io
105+
runs-on: ubuntu-latest
106+
needs: build
107+
steps:
108+
- uses: actions/checkout@v4
109+
- uses: dtolnay/rust-toolchain@stable
110+
- run: cargo publish -p memo-agent
111+
env:
112+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["memo-agent"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.7"
6+
version = "0.1.8"
77
edition = "2024"
88
repository = "https://github.com/rustkit-ai/memo-agent"
99
license = "MIT"

0 commit comments

Comments
 (0)