Skip to content

Commit 0612fcb

Browse files
committed
chore: bump version to 0.1.26
1 parent 70513d2 commit 0612fcb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/codeseek.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Codeseek < Formula
22
desc "Code intelligence CLI — AST-based call graph + semantic search"
33
homepage "https://github.com/CodeBendKit/codeseek"
4-
version "0.1.25"
4+
version "0.1.26"
55

66
on_macos do
77
if Hardware::CPU.arm?

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": "codeseek",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"description": "Code intelligence CLI for Claude Code — AST call graph analysis and hybrid semantic search (Dense + Sparse + RRF + Cross-Encoder Reranker) across 7 languages. Ships as MCP tools for Claude Code & Codex CLI.",
55
"bin": "dist/bin/codeseek.js",
66
"main": "./dist/index.js",

rust-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeseek"
3-
version = "0.1.25"
3+
version = "0.1.26"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)