Skip to content

Commit c2c847d

Browse files
version++
1 parent 021aff6 commit c2c847d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A powerful **MCP server** and **CLI toolkit** that indexes local code into a gra
7777
---
7878

7979
## Project Details
80-
- **Version:** 0.1.39
80+
- **Version:** 0.1.40
8181
- **Authors:** Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
8282
- **License:** MIT License (See [LICENSE](LICENSE) for details)
8383
- **Website:** [CodeGraphContext](http://codegraphcontext.vercel.app/)

docs/docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CodeGraphContext is an evolving tool. We believe in transparency about where we
44

55
## 🟢 Currently Supported (Stable)
66

7-
These features are live and battle-tested in version `0.1.39+`.
7+
These features are live and battle-tested in version `0.1.40+`.
88

99
* **Core Indexing:** Python, JavaScript, TypeScript, Go, Java, C++, Ruby, PHP.
1010
* **Database Backends:**

docs/site/roadmap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@
17941794
<h1 id="project-roadmap">🗺️ Project Roadmap</h1>
17951795
<p>CodeGraphContext is an evolving tool. We believe in transparency about where we are and where we are going.</p>
17961796
<h2 id="currently-supported-stable">🟢 Currently Supported (Stable)</h2>
1797-
<p>These features are live and battle-tested in version <code>0.1.39+</code>.</p>
1797+
<p>These features are live and battle-tested in version <code>0.1.40+</code>.</p>
17981798
<ul>
17991799
<li><strong>Core Indexing:</strong> Python, JavaScript, TypeScript, Go, Java, C++, Ruby, PHP.</li>
18001800
<li><strong>Database Backends:</strong><ul>

docs/site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codegraphcontext"
3-
version = "0.1.39"
3+
version = "0.1.40"
44
description = "An MCP server that indexes local code into a graph database to provide context to AI assistants."
55
authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)