Skip to content

Commit c7340df

Browse files
committed
release: v0.1.0
1 parent 3236b01 commit c7340df

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## 0.0.3
3+
## 0.1.0
44

5-
- Store MCP responses in a content-addressed SQLite cache with Brotli compression, deduplication, reference tracking, and automatic repair.
6-
- Migrate legacy cache entries safely while keeping custom cache roots isolated from recursive migration or deletion.
7-
- Require Node.js 24.15 or newer for the MCP server.
5+
- Reuse unchanged Android framework source across tags with conditional ETag requests.
6+
- Share cached representations across the AOSP and android-cs GitHub mirrors.
7+
- Coalesce concurrent downloads and persist tag-ordered ETag metadata in the SQLite cache.

packages/api-diff-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@android-cs/api-diff-mcp",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/api-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@android-cs/api-parser",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/api-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@android-cs/api-query",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)