Skip to content

Commit

Permalink
chore: bump version to 1.2.0 Beta 1
Browse files Browse the repository at this point in the history
Update changelog and Cargo.toml
  • Loading branch information
cljoly committed Mar 19, 2024
1 parent 44537d5 commit 1346cae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Changelog

## Version 1.2.0 Alpha 1
## Version 1.2.0 Beta 1

Small update, mainly to update dependencies.

### Minimum Rust Version

Now using edition 2021
Now using edition 2021, but the minimum rust version is still 1.70

### New Features

No new features.

### Other

- Update rusqlite to 0.31
- Update various development dependencies
- Improve CI build time
- Impove documentation
- Fix some broken examples

### See also

Rusqlite was updated from 0.30 to 0.31. Please see [its release notes](https://github.com/rusqlite/rusqlite/releases/tag/v0.31.0)


## Version 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end_insert -->
{{< /rawhtml >}}
end_insert -->

[![docs.rs](https://img.shields.io/docsrs/rusqlite_migration)][docs] [![Crates.io](https://img.shields.io/crates/v/rusqlite_migration)][cio] [![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/rusqlite_migration)][cio] [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)][safety-dance] [![dependency status](https://deps.rs/crate/rusqlite_migration/1.1.0/status.svg)][deps] [![Coveralls](https://img.shields.io/coverallsCoverage/github/cljoly/rusqlite_migration)][coveralls]
[![docs.rs](https://img.shields.io/docsrs/rusqlite_migration)][docs] [![Crates.io](https://img.shields.io/crates/v/rusqlite_migration)][cio] [![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/rusqlite_migration)][cio] [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)][safety-dance] [![dependency status](https://deps.rs/crate/rusqlite_migration/1.2.0-beta.1/status.svg)][deps] [![Coveralls](https://img.shields.io/coverallsCoverage/github/cljoly/rusqlite_migration)][coveralls]

<!-- insert
{{< rawhtml >}}
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusqlite_migration"
version = "1.2.0-alpha.1"
version = "1.2.0-beta.1"
authors = ["Clément Joly <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 1346cae

Please sign in to comment.