Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloop"
version = "0.5.8"
version = "0.5.9"
description = "Search code. Fast."
authors = ["Bloop AI Developers"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "bloop",
"version": "0.5.8"
"version": "0.5.9"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -103,4 +103,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloop/client",
"private": true,
"version": "0.5.8",
"version": "0.5.9",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -13,4 +13,4 @@
"test": "jest --collect-coverage --passWithNoTests",
"chromatic": "npx chromatic --project-token=6115d726666b"
}
}
}
2 changes: 1 addition & 1 deletion server/bleep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bleep"
version = "0.5.8"
version = "0.5.9"
edition = "2021"
default-run = "bleep"
build = "build.rs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CREATE TABLE docs (

modified_at DATETIME NOT NULL DEFAULT (datetime('now'))
);
ALTER TABLE studio_snapshots ADD COLUMN doc_context TEXT NOT NULL;
ALTER TABLE studio_snapshots ADD COLUMN doc_context TEXT NOT NULL DEFAULT '[]';