Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kim-Butler committed Aug 15, 2022
1 parent e17bf0c commit 6dd5a75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.2](https://github.com/notarize/qlc/compare/1.0.0...1.0.1)

### Chores

- Switched to `std::thread::scope` for threading, removing need for `Arc`
- Upgrade dependencies and Rust to 1.63.0
- Major upgrade of `assert_cmd` from v1 -> v2

## [1.0.1](https://github.com/notarize/qlc/compare/1.0.0...1.0.1)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qlc"
version = "1.0.1"
version = "1.0.2"
authors = ["Eric Kim-Butler <eric.butler@notarize.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 6dd5a75

Please sign in to comment.