From ac737fdcb6094493b6437d9a48f5daf8e28bc8a3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 00:43:25 +0000 Subject: [PATCH] chore: bump version to v1.4.8 Release includes markdown indexing (#399) and the Section table registration fix (#401), making PR #403 unnecessary. https://claude.ai/code/session_015WxcTDYrGi4sWY8iY8gDZP --- gitnexus/CHANGELOG.md | 8 ++++++++ gitnexus/package-lock.json | 4 ++-- gitnexus/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gitnexus/CHANGELOG.md b/gitnexus/CHANGELOG.md index ad265edb0..893d4b744 100644 --- a/gitnexus/CHANGELOG.md +++ b/gitnexus/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to GitNexus will be documented in this file. +## [1.4.8] - 2026-03-21 + +### Added +- **Markdown file indexing** — parse `.md`/`.mdx` files to extract Section nodes from headings with hierarchy via CONTAINS edges and cross-file IMPORTS edges from markdown links (#399) + +### Fixed +- **lbug**: register Section in `NODE_TABLES`, `NODE_SCHEMA_QUERIES`, and `getCopyQuery` after kuzu→lbug migration (#401) + ## [1.4.7] - 2026-03-19 ### Added diff --git a/gitnexus/package-lock.json b/gitnexus/package-lock.json index dbc672aaa..2e1fdc4b3 100644 --- a/gitnexus/package-lock.json +++ b/gitnexus/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitnexus", - "version": "1.4.7", + "version": "1.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitnexus", - "version": "1.4.7", + "version": "1.4.8", "hasInstallScript": true, "license": "PolyForm-Noncommercial-1.0.0", "dependencies": { diff --git a/gitnexus/package.json b/gitnexus/package.json index d9a0a9298..da8908e49 100644 --- a/gitnexus/package.json +++ b/gitnexus/package.json @@ -1,6 +1,6 @@ { "name": "gitnexus", - "version": "1.4.7", + "version": "1.4.8", "description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.", "author": "Abhigyan Patwari", "license": "PolyForm-Noncommercial-1.0.0",