Skip to content

Commit

Permalink
Merge pull request #772 from dcSpark/nico/bump_094
Browse files Browse the repository at this point in the history
bump to 0.9.4
  • Loading branch information
nicarq authored Jan 3, 2025
2 parents 09900a7 + 4412405 commit 4491893
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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.3"
version = "0.9.4"
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 @@ -889,7 +889,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", "0.9.1", "0.9.2", "0.9.3"];
let breaking_versions = ["0.9.0", "0.9.1", "0.9.2", "0.9.3", "0.9.4"];

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

0 comments on commit 4491893

Please sign in to comment.