Skip to content

Commit

Permalink
Prepare 1.4.7 release
Browse files Browse the repository at this point in the history
* Update ipnetwork as well
* Bump the version
* Fix the changelog
  • Loading branch information
Georg Semmler committed Jun 8, 2021
1 parent c6e00e3 commit 3b09523
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,12 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## [1.4.7] - 2021-06-03
## [1.4.7] - 2021-06-08

### Fixed

* Updated 'libsqlite3-sys' to 0.22
* Updated `libsqlite3-sys` to allow version 0.22
* Updated `ipnetwork` to allow version 0.18

## [1.4.6] - 2021-03-05

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ members = [
]

[replace]
"diesel:1.4.6" = { path = "diesel" }
"diesel:1.4.7" = { path = "diesel" }
"diesel_derives:1.4.1" = { path = "diesel_derives" }
"diesel_migrations:1.4.0" = { path = "diesel_migrations" }
"migrations_internals:1.4.1" = { path = "diesel_migrations/migrations_internals" }
Expand Down
4 changes: 2 additions & 2 deletions diesel/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diesel"
version = "1.4.6"
version = "1.4.7"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
Expand All @@ -25,7 +25,7 @@ time = { version = "0.1", optional = true }
url = { version = "1.4.0", optional = true }
uuid = { version = ">=0.2.0, <0.7.0", optional = true, features = ["use_std"] }
uuidv07 = { version = ">=0.7.0, <0.9.0", optional = true, package = "uuid"}
ipnetwork = { version = ">=0.12.2, <0.18.0", optional = true }
ipnetwork = { version = ">=0.12.2, <0.19.0", optional = true }
num-bigint = { version = ">=0.1.41, <0.3", optional = true }
num-traits = { version = ">=0.1.37, <0.3", optional = true }
num-integer = { version = ">=0.1.33, <0.3", optional = true }
Expand Down

0 comments on commit 3b09523

Please sign in to comment.