Skip to content

Commit 3b09523

Browse files
author
Georg Semmler
committed
Prepare 1.4.7 release
* Update ipnetwork as well * Bump the version * Fix the changelog
1 parent c6e00e3 commit 3b09523

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All user visible changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/), as described
55
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
66

7-
## [1.4.7] - 2021-06-03
7+
## [1.4.7] - 2021-06-08
88

99
### Fixed
1010

11-
* Updated 'libsqlite3-sys' to 0.22
11+
* Updated `libsqlite3-sys` to allow version 0.22
12+
* Updated `ipnetwork` to allow version 0.18
1213

1314
## [1.4.6] - 2021-03-05
1415

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
]
2727

2828
[replace]
29-
"diesel:1.4.6" = { path = "diesel" }
29+
"diesel:1.4.7" = { path = "diesel" }
3030
"diesel_derives:1.4.1" = { path = "diesel_derives" }
3131
"diesel_migrations:1.4.0" = { path = "diesel_migrations" }
3232
"migrations_internals:1.4.1" = { path = "diesel_migrations/migrations_internals" }

diesel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel"
3-
version = "1.4.6"
3+
version = "1.4.7"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
@@ -25,7 +25,7 @@ time = { version = "0.1", optional = true }
2525
url = { version = "1.4.0", optional = true }
2626
uuid = { version = ">=0.2.0, <0.7.0", optional = true, features = ["use_std"] }
2727
uuidv07 = { version = ">=0.7.0, <0.9.0", optional = true, package = "uuid"}
28-
ipnetwork = { version = ">=0.12.2, <0.18.0", optional = true }
28+
ipnetwork = { version = ">=0.12.2, <0.19.0", optional = true }
2929
num-bigint = { version = ">=0.1.41, <0.3", optional = true }
3030
num-traits = { version = ">=0.1.37, <0.3", optional = true }
3131
num-integer = { version = ">=0.1.33, <0.3", optional = true }

0 commit comments

Comments
 (0)