Skip to content

Commit 66b8575

Browse files
committed
chore(release): v13.1.0
1 parent ba65b24 commit 66b8575

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [13.1.0] - 2026-03-04
99

1010
### Added
1111

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<img src="docs/images/hero.gif" alt="git-warp CLI demo" width="600">
99
</p>
1010

11-
## What's New (Unreleased)
11+
## What's New in v13.1.0
1212

13-
- **5 new graph algorithms**`levels()`, `transitiveReduction()`, `transitiveClosure()`, `rootAncestors()` in `GraphTraversal`, plus BFS reverse reachability verification. All use `NeighborProviderPort` and support cancellation.
14-
- **`roaring-wasm` WASM fallback for Bun/Deno bitmap indexes** — bitmap indexes now work on Bun (JSC) and Deno via a three-tier fallback: native V8 bindings → CJS require → WASM. Wire-compatible, byte-identical serialization.
15-
- **Dev dependency security updates**resolved 4 high-severity advisories (`tar`, `rollup`, `minimatch`, `@isaacs/brace-expansion`). No runtime dependencies affected.
13+
- **New graph traversal primitives**`levels()`, `transitiveReduction()`, `transitiveClosure()`, and `rootAncestors()` now ship in `GraphTraversal` and are exposed through the logical traversal facade.
14+
- **Portable roaring fallback stack** — bitmap indexes now work on Bun and Deno via `roaring-wasm` fallback when native V8 bindings are unavailable, with improved per-tier failure diagnostics.
15+
- **Toolchain and compatibility hardening**upgraded to Vitest 4 and fixed Bun/Vite native-module loading edge cases for stable cross-runtime test execution.
1616

17-
See the [full changelog](CHANGELOG.md) for details.
17+
See the [full changelog](CHANGELOG.md) for complete release details.
1818

1919
## The Core Idea
2020

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": "13.0.1",
3+
"version": "13.1.0",
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": "13.0.1",
3+
"version": "13.1.0",
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)