chore: release v1.8.12

This commit is contained in:
Giancarlo Erra
2026-05-22 18:05:32 +01:00
parent 30200b3ec5
commit bca259805e
7 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "socraticode",
"version": "1.8.11",
"version": "1.8.12",
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "socraticode",
"version": "1.8.11",
"version": "1.8.12",
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "socraticode",
"version": "1.8.11",
"version": "1.8.12",
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
+7
View File
@@ -4,6 +4,13 @@ All notable changes to SocratiCode are documented here.
This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/).
## [1.8.12](https://github.com/giancarloerra/socraticode/compare/v1.8.11...v1.8.12) (2026-05-22)
### Bug Fixes
* **graph:** normalize stored node keys during lookup for legacy cache compat ([4526ea5](https://github.com/giancarloerra/socraticode/commit/4526ea58ae332b3839019eb3f46a0eff08801bd6))
* **graph:** normalize Windows backslash paths to forward slashes ([e9ee3ea](https://github.com/giancarloerra/socraticode/commit/e9ee3ea116639fc20e19952d9f8871dafdf87599)), closes [#60](https://github.com/giancarloerra/socraticode/issues/60)
## [1.8.11](https://github.com/giancarloerra/socraticode/compare/v1.8.10...v1.8.11) (2026-05-12)
### Bug Fixes
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "socraticode",
"displayName": "SocratiCode",
"description": "Codebase context engine for AI assistants. Hybrid search, dependency and call graphs, symbol-level impact analysis (blast radius), interactive graph explorer, and searchable architecture artefacts. Works with Copilot agent mode, Cline, Continue, Roo Code, and any MCP-compatible host.",
"version": "1.8.11",
"version": "1.8.12",
"publisher": "giancarloerra",
"license": "AGPL-3.0-only",
"icon": "images/icon.png",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "socraticode",
"version": "1.8.11",
"version": "1.8.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "socraticode",
"version": "1.8.11",
"version": "1.8.12",
"license": "AGPL-3.0-only",
"dependencies": {
"@ast-grep/lang-bash": "^0.0.7",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "socraticode",
"mcpName": "io.github.giancarloerra/socraticode",
"version": "1.8.11",
"version": "1.8.12",
"description": "SocratiCode — MCP server for local codebase indexing, semantic search, and code dependency graphs. All private, all local via Docker.",
"type": "module",
"main": "dist/index.js",