Skip to content

Commit 9509006

Browse files
committed
release: bump version to 0.1.2 for MCP hardening
1 parent 00ecee4 commit 9509006

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.2] - 2026-02-23
9+
10+
### Fixed
11+
- MCP `list_units` now enforces and validates `unit_type` filters consistently.
12+
- MCP `impact_analysis` now includes full dependency coverage across containment/semantic edges.
13+
- Added regression tests to lock both MCP fixes for future releases.
14+
815
## [0.1.1] - 2026-02-22
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.1"
4+
version = "0.1.2"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/agentralabs/codebase"

0 commit comments

Comments
 (0)