release: 0.6.4

This commit is contained in:
Marli Frost 2023-02-01 14:10:33 +00:00
parent d8cefbe72f
commit f7dcc666b7
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,9 @@
# Changelog
## [0.6.4] - unreleased
## [0.6.4]
### Changed
- [#333](https://github.com/zip-rs/zip/pull/333): disabled the default features of the `time` dependency, and also `formatting` and `macros`, as they were enabled by mistake.
- Deprecated [`DateTime::from_time`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#method.from_time) in favor of [`DateTime::try_from`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#impl-TryFrom-for-DateTime)

View file

@ -1,6 +1,6 @@
[package]
name = "zip"
version = "0.6.3"
version = "0.6.4"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
license = "MIT"
repository = "https://github.com/zip-rs/zip.git"

View file

@ -35,14 +35,14 @@ With all default features:
```toml
[dependencies]
zip = "0.6.3"
zip = "0.6.4"
```
Without the default features:
```toml
[dependencies]
zip = { version = "0.6.3", default-features = false }
zip = { version = "0.6.4", default-features = false }
```
The features available are: