Skip to content

Commit

Permalink
bump versions to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Nov 8, 2024
1 parent ba288b9 commit c0dfbbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lantern_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lantern_cli"
version = "0.4.2"
version = "0.5.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion lantern_extras/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lantern_extras"
version = "0.4.2"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions lantern_hnsw/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.3)
include(CheckSymbolExists)

set(LANTERN_VERSION 0.4.2)
set(LANTERN_VERSION 0.5.0)

project(
LanternDB
Expand Down Expand Up @@ -267,7 +267,7 @@ set (_update_files
sql/updates/0.3.3--0.3.4.sql
sql/updates/0.3.4--0.4.0.sql
sql/updates/0.4.0--0.4.1.sql
sql/updates/0.4.1--0.4.2.sql
sql/updates/0.4.1--0.5.0.sql
)

# Generate version information for the binary
Expand Down
File renamed without changes.

0 comments on commit c0dfbbe

Please sign in to comment.