Skip to content

Commit f9393fa

Browse files
committed
chore: bump dependencies and update changelogs for version 1.1.0
1 parent d393f49 commit f9393fa

5 files changed

Lines changed: 40 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aimdb-persistence-sqlite/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-05-22
11+
12+
### Changed
13+
14+
- Bumped `aimdb-persistence` dependency to `0.1.1`
15+
1016
## [0.1.0] — 2026-02-21
1117

1218
### Added
@@ -41,5 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4147

4248
---
4349

44-
[Unreleased]: https://github.com/aimdb-dev/aimdb/compare/v0.1.0...HEAD
50+
[Unreleased]: https://github.com/aimdb-dev/aimdb/compare/aimdb-persistence-sqlite-v0.1.1...HEAD
51+
[0.1.1]: https://github.com/aimdb-dev/aimdb/compare/aimdb-persistence-sqlite-v0.1.0...aimdb-persistence-sqlite-v0.1.1
4552
[0.1.0]: https://github.com/aimdb-dev/aimdb/releases/tag/aimdb-persistence-sqlite-v0.1.0

aimdb-persistence-sqlite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aimdb-persistence-sqlite"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
@@ -14,7 +14,7 @@ default = []
1414
tracing = ["dep:tracing"]
1515

1616
[dependencies]
17-
aimdb-persistence = { version = "0.1.0", path = "../aimdb-persistence" }
17+
aimdb-persistence = { version = "0.1.1", path = "../aimdb-persistence" }
1818
rusqlite = { version = "0.32", features = ["bundled"] }
1919
serde_json = { workspace = true, features = ["std"] }
2020
tokio = { workspace = true, features = ["sync"] }

aimdb-persistence/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-05-22
11+
12+
### Changed
13+
14+
- Bumped `aimdb-core` dependency to `1.1.0` and `aimdb-executor` to `0.2.0`
15+
1016
## [0.1.0] — 2026-02-21
1117

1218
### Added
@@ -58,5 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5864

5965
---
6066

61-
[Unreleased]: https://github.com/aimdb-dev/aimdb/compare/v0.1.0...HEAD
67+
[Unreleased]: https://github.com/aimdb-dev/aimdb/compare/aimdb-persistence-v0.1.1...HEAD
68+
[0.1.1]: https://github.com/aimdb-dev/aimdb/compare/aimdb-persistence-v0.1.0...aimdb-persistence-v0.1.1
6269
[0.1.0]: https://github.com/aimdb-dev/aimdb/releases/tag/aimdb-persistence-v0.1.0

aimdb-persistence/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aimdb-persistence"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
@@ -15,10 +15,10 @@ std = ["aimdb-core/std", "serde_json/std"]
1515
tracing = ["dep:tracing"]
1616

1717
[dependencies]
18-
aimdb-core = { version = "1.0.0", path = "../aimdb-core", default-features = false, features = [
18+
aimdb-core = { version = "1.1.0", path = "../aimdb-core", default-features = false, features = [
1919
"std",
2020
] }
21-
aimdb-executor = { version = "0.1.0", path = "../aimdb-executor", default-features = false, features = [
21+
aimdb-executor = { version = "0.2.0", path = "../aimdb-executor", default-features = false, features = [
2222
"std",
2323
] }
2424
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)