Skip to content

Commit

Permalink
Merge pull request #699 from dcSpark/nico/bump_091
Browse files Browse the repository at this point in the history
Bump to 0.9.1
  • Loading branch information
nicarq authored Dec 6, 2024
2 parents 7ea3422 + fe8eb28 commit 652512f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = ["Nico Arqueros <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-sqlite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ impl SqliteManager {
// Method to set the version and determine if a global reset is needed
pub fn set_version(&self, version: &str) -> Result<()> {
// Note: add breaking versions here as needed
let breaking_versions = ["0.9.0"];
let breaking_versions = ["0.9.0", "0.9.1"];

let needs_global_reset = self.get_version().map_or(false, |(current_version, _)| {
breaking_versions
Expand Down

0 comments on commit 652512f

Please sign in to comment.