Skip to content

Commit

Permalink
doc: update changelog & bump cargo version
Browse files Browse the repository at this point in the history
This commit will be used to release a new version
  • Loading branch information
cljoly committed Oct 1, 2024
1 parent ee59983 commit ca28e97
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Version 1.3.0 Beta 1

This reintroduces the async features temporarily removed from [Version 1.3.0 Alpha-Without-Tokio 1](#version-130-alpha-without-tokio-1)

Rusqlite was updated from 0.31.0 to 0.32.1.
Please see [the release notes for 0.32.0](https://github.com/rusqlite/rusqlite/releases/tag/v0.32.0) and
[for 0.32.1](https://github.com/rusqlite/rusqlite/releases/tag/v0.32.1).
Tokio Rusqlite was updated from 0.5.1 to 0.6.0.
Please see the [release notes](https://github.com/programatik29/tokio-rusqlite/releases/tag/v0.6.0).

### Minimum Rust Version

Rust 1.77

### Documentation

Various documentation improvements and clarification. In particular, call out that if a rusqlite error is encountered during a migration, the next migrations in the list are not applied.

### Other

- Apply minor or patch updates to the dependencies
- Update development dependencies
- Make CI testing more reproducible by forcing the use of Cargo.lock


## Version 1.3.0 Alpha-Without-Tokio 1

### Major Changes
Expand Down
6 changes: 3 additions & 3 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 @@ -7,7 +7,7 @@ keywords = ["rusqlite", "sqlite", "user_version", "database", "migration"]
license = "Apache-2.0"
repository = "https://github.com/cljoly/rusqlite_migration"
rust-version = "1.77"
version = "1.3.0-alpha.1"
version = "1.3.0-beta.1"

[workspace]
members = [
Expand Down

0 comments on commit ca28e97

Please sign in to comment.