Skip to content

Commit eba0baa

Browse files
chore(release): version packages
1 parent f40801a commit eba0baa

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/phase-153-hash-labeling.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gitsema
22

3+
## 0.98.0
4+
5+
### Minor Changes
6+
7+
- 1767bff: Phase 153: Add `blob:` prefix to blob hashes in all text outputs (CLI, MCP, HTTP) so they are clearly distinguishable from commit hashes. HTML renderers now show "Blob Hash" column headers and `blob:`/`commit:` prefixes. OpenAPI `blobHash` field description updated for clarity. MCP tool interpretations for `semantic_search`, `search_history`, and `first_seen` updated to guide LLMs on hash types.
8+
39
## 0.97.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitsema",
3-
"version": "0.97.0",
3+
"version": "0.98.0",
44
"description": "A content-addressed semantic index synchronized with Git's object model.",
55
"type": "module",
66
"main": "dist/cli/index.js",

0 commit comments

Comments
 (0)