Skip to content

Commit da9c1e8

Browse files
committed
Release v0.6.6
1 parent 92842c8 commit da9c1e8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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 = "python-pkginfo"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
authors = ["messense <[email protected]>"]
55
edition = "2021"
66
description = "Parse Python package metadata from sdist and bdists and etc."

Changelog.md

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

3+
## 0.6.6
4+
5+
* Update bzip2 to 0.5
6+
7+
## 0.6.5
8+
9+
* Update mailparse to 0.16
10+
11+
## 0.6.4
12+
13+
* Update fs-err to 3.0
14+
315
## 0.6.3
416

517
- Disable `bzip2` and `time` feature of the `zip` crate by default. `bzip2` support was already behind a feature, and `time` was unused.

0 commit comments

Comments
 (0)