Skip to content

Commit 2931d60

Browse files
committed
release: bump agentic-codebase to v0.1.4
1 parent 0d55ea0 commit 2931d60

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.4] - 2026-02-23
9+
10+
### Fixed
11+
- Hardened MCP graph lock handling to recover from stale lockfiles and avoid deadlock under concurrent launches.
12+
- Ensured repo graph resolution falls back safely when common root detection does not yield a graph path.
13+
- Improved per-repo auto-indexing reliability so `graph_stats` no longer fails with empty graph state during normal startup races.
14+
815
## [0.1.2] - 2026-02-23
916

1017
### Fixed

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
@@ -1,7 +1,7 @@
11
[package]
22
default-run = "acb"
33
name = "agentic-codebase"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/agentralabs/codebase"

0 commit comments

Comments
 (0)