Commit graph

71 commits

Author SHA1 Message Date
Chris Hennick
24752c2822
Bump version to 0.7.5 2023-05-12 12:43:24 -07:00
Chris Hennick
3f8e7ec12c
Bump version to 0.7.4 2023-05-10 13:06:55 -07:00
Chris Hennick
88f4788758
Bump version to 0.7.3 2023-05-05 11:38:56 -07:00
Chris Hennick
2f87bd6cfc
Bump version to 0.7.2 2023-05-04 15:03:25 -07:00
Chris Hennick
08815b9fce
Bump version to 0.7.1 to work around a limitation of cargo publish where sub-patch versions aren't allowed 2023-05-02 18:55:05 -07:00
Chris Hennick
57f8d6b62c
Bump version to 0.7.0.1 so that crates.io will pick up an updated README 2023-05-02 18:54:01 -07:00
Chris Hennick
17f059a1bc
Update README to note this is a fork 2023-05-02 08:57:50 -07:00
Chris Hennick
c3d0fd145b
Bump version to 0.7.0 2023-05-01 11:01:05 -07:00
Chris Hennick
84645edd77
Add write fuzzing to README 2023-05-01 10:56:25 -07:00
Chris Hennick
c284de1a2c
Bump version to 0.6.13 and update CHANGELOG 2023-04-29 21:26:34 -07:00
Chris Hennick
ccd591ab14
Update CHANGELOG and bump version to 0.6.12 2023-04-29 20:46:16 -07:00
Chris Hennick
4ae76f6e07
Bump version to 0.6.11 and update CHANGELOG 2023-04-29 20:39:11 -07:00
Chris Hennick
b52464cf25
Bump version to 0.6.10 2023-04-29 17:00:30 -07:00
Chris Hennick
23a1b3d9f7
Bump version to 0.6.9 2023-04-29 16:45:41 -07:00
Chris Hennick
81de6887cc
Bump version to 0.6.8 2023-04-29 15:44:22 -07:00
Chris Hennick
de16a07a1b
Fix build-status badge link 2023-04-25 14:42:40 -07:00
Chris Hennick
6b5d058691
Bump version to 0.6.7 2023-04-24 11:05:54 -07:00
Chris Hennick
5f9567e313
Bump version to 0.6.6 2023-04-23 16:08:45 -07:00
Chris Hennick
5e5f5ebe54
Bump minimum version to 1.66.0 2023-04-23 14:54:44 -07:00
Chris Hennick
d1740afc4e
Update links and Cargo instructions in README 2023-04-23 14:43:17 -07:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Marli Frost
e4503a312a docs: remove maintenance warning from the README. (im baaack) 2023-02-01 14:15:02 +00:00
Marli Frost
f7dcc666b7 release: 0.6.4 2023-02-01 14:10:33 +00:00
Alexander Zaitsev
1774bb872b
doc: update README
- bump MSRV
2022-10-13 13:03:08 +03:00
Alexander Zaitsev
ecbd2ce5c2 feat(release): prepare to 0.6.3 release
- update library version
- update README

Tested:
- No
2022-10-13 11:53:17 +02:00
Dirk Stolle
e78a51bdd5 bump MSRV to 1.57 2022-05-01 00:48:56 +02:00
Nick Babcock
b7966a8538 Add read fuzzing module
As someone who has personal projects that take untrusted zips as input,
it is important to me to be able to fuzz the zip project to simulate
possible inputs and to ensure the projects are not vulnerable.

This commit adds a cargo fuzz module for reading and extracting input.

The `fuzz` directory was scaffolded with a `cargo fuzz init`

I added a CI step to guard against the fuzz module decaying over time.
2022-04-25 20:08:53 -05:00
Alexander Zaitsev
635f6b9b72
feat: prepare 0.6.2 release
- update the version number in Cargo
- update the README file

Tested:
- No
2022-04-02 17:34:07 +03:00
Alexander Zaitsev
23771411dc
feat: prepare 0.6.1 release
- update the version number in Cargo
- update the README file

Tested:
- No
2022-04-01 00:43:51 +03:00
Marli Frost
2be9ae871f release: 0.6 2022-03-20 20:51:16 +00:00
Lireer
d7f0a182b6 Merge remote-tracking branch 'zip-rs/zip/master' 2022-01-25 17:48:45 +01:00
Alexander Zaitsev
f6074882af fix: change Discord badge
- change Discord badge since the previous one was wrong
2022-01-24 20:08:21 +03:00
Alexander Zaitsev
e678b6add1 doc: add Discord link
- add link to the Discord chat
2022-01-24 19:49:42 +03:00
Alexander Zaitsev
0b82d905b3 feat: add Zstandard compression
- add dependency on zstd crate
- add zstd feature to Cargo.toml
- update README
- update example with Zstd
- add Zstd support to the library

Notes:
- This work is mainly based on this original PR: https://github.com/zip-rs/zip/pull/240

Tested:
- During the development of the original PR
2022-01-23 14:49:48 +03:00
Alexander Zaitsev
2f1630e2b2 feat: bump MSRV
- update MSRV to 1.54 according to the policy. Seems like it needed for
  building dependencies properly
- update CI

Tested:
- No
2022-01-22 15:25:35 +03:00
Lireer
46f65d4d49 add aes-crypto feature to default and update README 2021-08-06 12:42:35 +02:00
Lireer
12260f5623 disable crc32 checks when handling aes encrypted data 2021-08-04 19:56:14 +02:00
Marli Frost
7edf2489d5
release 0.5.13 2021-06-04 19:41:03 +01:00
Marli Frost
88e6f87884
chore: release 0.5.12 2021-04-16 16:59:20 +01:00
Marli Frost
f02ad80c70
docs: update links to documentation 2021-02-14 12:37:29 +00:00
Plecra
b3c32794cd
Merge pull request #207 from ZaMaZaN4iK/master
Fix typo in README
2020-11-15 18:13:43 +00:00
Marli Frost
b9f2d9419a docs: add github actions to readme 2020-11-10 17:36:42 +00:00
Alexander Zaitsev
219bb9b67c
Fix typo in README
Just a very-very-very-very small fix in README :)
2020-10-30 19:11:00 +03:00
Marli Frost
6e652446dd feat: define the crate's MSRV 2020-06-23 15:48:50 +01:00
Ryan Levick
82f5e2fbbe Remove status warning in README 2020-06-15 11:12:53 +02:00
Mathijs van de Nes
6fbcc33d82
Update README
Post a notice that this project will no longer be actively maintained.
2019-11-08 16:58:11 +01:00
Mathijs van de Nes
df9bf606b2 No longer pursue 1.20.0 compatibiliy
Dependencies break this outside of our control, this goal is not
attainable in the long run.
2018-12-06 19:51:51 +01:00
Mathijs van de Nes
3d61d9cd8a Publish version 0.5.0
Changes include:
* Switched to a different deflate (de)compressor
* New DateTime api, removing default dependencies on time and msdos_time
2018-11-17 12:10:31 +01:00
Mathijs van de Nes
3e532d8ef3 Update readme and bump version 2018-06-22 15:28:18 +02:00
Mathijs van de Nes
9b0a6930d4 Update example and bump version to 0.4.1 2018-06-20 22:19:03 +02:00