Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ record of *changes*, curated by the person who made them.

## [Unreleased]

## [0.5.40] — 2026-07-26

### Changed

- `stella storage prune` is now an alias for `stella stats prune` — same flags,
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
]

[workspace.package]
version = "0.5.39"
version = "0.5.40"
edition = "2024"
rust-version = "1.90"
license = "AGPL-3.0-only"
Expand Down
4 changes: 2 additions & 2 deletions packaging/homebrew/stella.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
class Stella < Formula
desc "Fast, BYOK, model-agnostic terminal coding agent"
homepage "https://github.com/macanderson/stella"
url "https://github.com/macanderson/stella.git", tag: "v0.5.39"
version "0.5.39"
url "https://github.com/macanderson/stella.git", tag: "v0.5.40"
version "0.5.40"
license "AGPL-3.0-only"
head "https://github.com/macanderson/stella.git", branch: "main"
depends_on "rust" => :build
Expand Down