Version 1.3.0
The code of this version is identical to Version 1.3.0 Beta 1
Rusqlite was updated from 0.31.0 to 0.32.1. Please see the release notes for 0.32.0 and for 0.32.1. Tokio Rusqlite was updated from 0.5.1 to 0.6.0. Please see the release notes.
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
What's Changed
- chore: bump Cargo version by @cljoly in #154
- chore(deps): bump insta from 1.36.1 to 1.37.0 by @dependabot in #156
- chore(deps): bump insta from 1.37.0 to 1.38.0 by @dependabot in #157
- chore(deps): bump tokio from 1.36.0 to 1.37.0 by @dependabot in #158
- test: use
cargo --locked
in CI by @cljoly in #159 - chore(deps): bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #160
- chore(deps): bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #161
- chore(deps): bump insta from 1.38.0 to 1.39.0 by @dependabot in #162
- chore(deps): bump anyhow from 1.0.83 to 1.0.86 by @dependabot in #163
- chore(deps): bump tokio from 1.37.0 to 1.38.0 by @dependabot in #164
- chore(deps): bump include_dir from 0.7.3 to 0.7.4 by @dependabot in #165
- chore(deps): bump lazy_static from 1.4.0 to 1.5.0 by @dependabot in #166
- chore(deps): bump log from 0.4.21 to 0.4.22 by @dependabot in #167
- chore: clean-up Cargo.toml by @cljoly in #168
- chore: fix deprecated insta macro by @cljoly in #169
- chore(deps): bump tokio from 1.38.0 to 1.38.1 by @dependabot in #172
- fix: wrap migrations from AsyncMigrations in Arc by @cljoly in #174
- chore(deps): bump tokio from 1.38.1 to 1.39.1 by @dependabot in #175
- docs: fix indentation by @cljoly in #178
- refactor: Use workspace features for consistency by @cljoly in #176
- chore(deps): bump tokio from 1.39.1 to 1.39.2 by @dependabot in #179
- docs: document what happens with extra_check by @cljoly in #180
- Prepare an alpha version without tokio features by @cljoly in #182
- chore(deps): bump env_logger from 0.10.1 to 0.11.1 by @dependabot in #138
- chore(deps): bump env_logger from 0.11.1 to 0.11.5 by @dependabot in #184
- chore(deps): bump tokio from 1.39.2 to 1.39.3 by @dependabot in #185
- chore(deps): bump tokio from 1.39.3 to 1.40.0 by @dependabot in #186
- chore(deps): bump anyhow from 1.0.86 to 1.0.88 by @dependabot in #191
- chore(deps): bump insta from 1.39.0 to 1.40.0 by @dependabot in #188
- chore(deps): bump anyhow from 1.0.88 to 1.0.89 by @dependabot in #192
- chore! Update rusqlite to v0.33 by @cljoly in #173
- test: fix typo in feature name by @cljoly in #193
- chore(deps): bump rusqlite from 0.32.0 to 0.32.1 by @dependabot in #194
- doc: update changelog & bump cargo version by @cljoly in #196
Full Changelog: v1.2.0...v1.3.0