Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc50f27

Browse files
committed
release: bump to v0.1.1
1 parent 5fba236 commit dc50f27

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1] - 2026-02-22
9+
10+
### Fixed
11+
- Hardened MCP stdio framing to correctly handle Content-Length protocol messages.
12+
- Improved interoperability with desktop clients that send framed MCP requests.
13+
14+
### Changed
15+
- Documentation updates for workspace orchestration and install profiles.
16+
817
## [0.1.0] - 2026-02-19
918

1019
### Added

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.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/agentralabs/codebase"

0 commit comments

Comments
 (0)