Skip to content

Commit 2fa0546

Browse files
committed
chore: bump cargo version
1 parent a8fd7c8 commit 2fa0546

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@ end_insert -->
1717
Release notes for the [rusqlite_migration library](https://cj.rs/rusqlite_migration).
1818
end_insert -->
1919

20+
## Version 2.2.0
21+
22+
> [!NOTE]
23+
> The code of this version is identical to [Version 2.2.0 Beta 1](#version-220-beta-1)
24+
25+
### Features
26+
27+
- Implement the `Display` trait for `M`. This makes it easier to print errors pertaining to a particular migration (this feature is planned for the future, in the context of more extensive migration checks)
28+
29+
### Dependencies
30+
31+
Rusqlite was updated from 0.35.0 to 0.36.0.
32+
Please see [the release notes for 0.36.0](https://github.com/rusqlite/rusqlite/releases/tag/v0.36.0).
33+
34+
### Other
35+
36+
- Update development dependencies
37+
- Improve tests to cover more cases, in particular around downward migrations
38+
- Add docs.rs link to Cargo metadata
39+
- Fix clippy warning in rust 1.87.0
40+
2041
## Version 2.2.0 Beta 1
2142

2243
### Features
@@ -155,7 +176,8 @@ The only change is a fix to the deps.rs badge in the documentation.
155176

156177
## Version 1.3.0
157178

158-
The code of this version is identical to [Version 1.3.0 Beta 1](#version-130-beta-1)
179+
> [!NOTE]
180+
> The code of this version is identical to [Version 1.3.0 Beta 1](#version-130-beta-1)
159181
160182
Rusqlite was updated from 0.31.0 to 0.32.1.
161183
Please see [the release notes for 0.32.0](https://github.com/rusqlite/rusqlite/releases/tag/v0.32.0) and

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
repository = "https://github.com/cljoly/rusqlite_migration"
99
documentation = "https://docs.rs/rusqlite_migration/"
1010
rust-version = "1.84"
11-
version = "2.2.0-beta.1"
11+
version = "2.2.0"
1212

1313
[workspace]
1414
members = [

0 commit comments

Comments
 (0)