Skip to content

Commit e9cafa7

Browse files
author
Eric Kim-Butler
committed
Version 4.1.0
1 parent 004108e commit e9cafa7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/notarize/qlc/compare/4.0.0...4.1.0)
4+
5+
### Features
6+
7+
- The NPM package now downloads tarballs from GitHub with sha256 checksums
8+
- Added a `aarch64-unknown-linux-musl` binary release
9+
10+
### Chores
11+
12+
- Upgrade to Rust 1.71.0
13+
- Upgrade dependencies
14+
315
## [4.0.0](https://github.com/notarize/qlc/compare/3.1.0...4.0.0)
416

517
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qlc"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
authors = ["Eric Kim-Butler <eric.butler@notarize.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)