Skip to content

Commit d758abb

Browse files
committed
chore: align release metadata
1 parent a526ffd commit d758abb

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [14.16.1] — 2026-03-19
10+
## [14.16.2] — 2026-03-19
1111

1212
### Changed
1313

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<img src="docs/images/hero.gif" alt="git-warp CLI demo" width="600">
1212
</p>
1313

14+
## What's New in v14.16.2
15+
16+
- **The published `git-cas` floor is now current again**`git-warp` now depends on `@git-stunts/git-cas@^5.3.2`, closing the gap between the declared substrate range and the stale local install that had drifted to `5.3.0`.
17+
- **JSR and npm release metadata are aligned for the patch line**`package.json`, `jsr.json`, and the release notes now move in lockstep again so the tag-driven publish workflow can ship the same patch version to both registries.
18+
1419
## What's New in v14.16.0
1520

1621
- **Committed content-clearing is now a first-class patch primitive**`PatchBuilderV2` and `PatchSession` now expose `clearContent()` and `clearEdgeContent()` so higher layers can remove attached node or edge content without mutating reserved substrate keys directly.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/git-warp",
3-
"version": "14.16.0",
3+
"version": "14.16.2",
44
"imports": {
55
"roaring": "npm:roaring@^2.7.0"
66
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/git-warp",
3-
"version": "14.16.1",
3+
"version": "14.16.2",
44
"description": "Deterministic WARP graph over Git: graph-native storage, traversal, and tooling.",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)