diff --git a/CHANGELOG.md b/CHANGELOG.md index a43c436..d5e76cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.1.0](https://github.com/notarize/qlc/compare/3.0.0...3.1.0) + +### Perf + +- Cut a few IO read system calls + +### Chores + +- Upgrade to Rust 1.66.0 +- Upgrade dependencies + ## [3.0.0](https://github.com/notarize/qlc/compare/2.2.0...3.0.0) ### Features diff --git a/Cargo.lock b/Cargo.lock index 40f5199..43679a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "qlc" -version = "3.0.0" +version = "3.1.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 053e6a0..be07cee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qlc" -version = "3.0.0" +version = "3.1.0" authors = ["Eric Kim-Butler "] edition = "2021" license = "MIT"