Commit graph

1305 commits

Author SHA1 Message Date
Chris Hennick
5e64caf476
doc: exclude doc updates from CHANGELOG 2024-04-22 19:18:15 -07:00
Chris Hennick
158a3af18e
ci: configure Dependabot to update fuzzer dependencies 2024-04-22 19:17:53 -07:00
Chris Hennick
744313cd63
doc: remove "Usage" section that will go out of date with new versions 2024-04-22 19:10:40 -07:00
Chris Hennick
5f4dbc3100
build: configure release-plz 2024-04-22 19:04:42 -07:00
Chris Hennick
327a86bd6c
build: add release-plz action 2024-04-22 18:51:25 -07:00
Chris Hennick
9fc31e6a88
build: Use same time version as dependency and dev-dependency by making it a workspace dep 2024-04-22 18:43:01 -07:00
Chris Hennick
0536595809
ci: Configure dependabot commit messages 2024-04-22 18:40:41 -07:00
Chris Hennick
066b0ca1ce
build: configure git-cliff 2024-04-22 18:40:11 -07:00
Chris Hennick
55df698ada
ci: Configure dependabot commit messages 2024-04-22 18:21:55 -07:00
Chris Hennick
fcd54cebed
doc: Add requirement for Conventional Commits 2024-04-22 18:19:24 -07:00
Chris Hennick
91a7269628
Update link in CI badge 2024-04-22 17:27:43 -07:00
Chris Hennick
c2898aeb01
Create Markdown variable so version only needs to be updated once 2024-04-22 17:27:02 -07:00
Chris Hennick
c9cb506bc9
Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -07:00
Chris Hennick
1184ba4491
Update dependencies: chrono and time 2024-04-21 20:29:19 -07:00
Chris Hennick
aafd7868fc
Update repo link in Cargo.toml 2024-04-20 16:46:06 -07:00
Chris Hennick
8dd4f90a07
Update mention of fork in README.md 2024-04-20 16:45:34 -07:00
Chris Hennick
26fab1b11b
Merge upstream CHANGELOG and switch to newest-first order 2024-04-20 16:01:38 -07:00
Chris Hennick
124ebfdb02
Fix Clippy warnings 2024-04-20 15:14:28 -07:00
Chris Hennick
cdc2e7aa23
Add shallow_copy_file_from_path,deep_copy_file_from_path and raw_copy_file_to_path, and use PathBuf in fuzz_write 2024-04-20 14:38:54 -07:00
Chris Hennick
0087dab984
Update documentation and annotations 2024-04-20 14:13:41 -07:00
Chris Hennick
e412d8b6df
Restore support for Path and fix handling of ".." 2024-04-20 14:05:11 -07:00
Chris Hennick
81e44d1d41
Refactor: replace contains_file_named with index_for_name 2024-04-20 12:31:00 -07:00
Chris Hennick
c22afbf3c7
cargo fmt --all 2024-04-20 12:00:01 -07:00
Chris Hennick
16b66841b3
Add contains_file_named 2024-04-20 11:58:18 -07:00
Chris Hennick
e4d0a0228a
cargo fmt --all 2024-04-19 18:52:45 -07:00
Chris Hennick
174825229c
Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388 2024-04-19 18:50:27 -07:00
github-actions[bot]
91a549d0f9
Merge pull request #28 from Pr0methean/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2024-04-19 07:16:56 +00:00
Chris Hennick
4441408891
Merge branch 'master' into dependabot/github_actions/github/codeql-action-3 2024-04-18 20:26:43 -07:00
github-actions[bot]
3b0f7ef17d
Merge pull request #29 from Pr0methean/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-04-19 00:49:26 +00:00
Chris Hennick
22afb5cf35
Merge branch 'master' into dependabot/github_actions/github/codeql-action-3 2024-04-18 14:34:48 -07:00
Chris Hennick
0b72fc3fd8
Merge branch 'master' into dependabot/github_actions/actions/checkout-4 2024-04-18 14:34:34 -07:00
Chris Hennick
472312554b
Merge pull request #30 from kornelski/patch-1
Syntax error in Cargo.toml
2024-04-18 12:59:10 -07:00
Kornel
788ee0e14e
Syntax error in Cargo.toml
Signed-off-by: Kornel <kornel@geekhood.net>
2024-04-18 12:46:23 +01:00
dependabot[bot]
b0229aa596
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 10:20:40 +00:00
dependabot[bot]
2f6455037c
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 10:20:37 +00:00
Chris Hennick
48977fea68
Ignore .DS_Store files 2024-04-17 19:19:54 -07:00
Chris Hennick
4a356d9b70
Finish bumping version to 1.1.0 2024-04-17 15:23:06 -07:00
Chris Hennick
eda9c0e5f6
Update CHANGELOG 2024-04-17 15:20:11 -07:00
Chris Hennick
f3a20438f9
Enable DevSkim security scan
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-17 15:11:55 -07:00
Chris Hennick
91237d765b
Merge pull request #27 from Pr0methean/auto-self-approve
Automatically approve my own PRs
2024-04-17 15:10:42 -07:00
Chris Hennick
25b2c6078c
Merge branch 'master' into auto-self-approve 2024-04-17 10:48:22 -07:00
Chris Hennick
db370881c3
Automatically approve my own PRs 2024-04-16 16:03:02 -07:00
Chris Hennick
ce6770681b
Merge pull request #26 from Pr0methean/matrix-alias
Matrix alias
2024-04-16 15:29:45 -07:00
Chris Hennick
4777dbe5f8 Bug fix? Define all rustalias values in outer tag so that it's not a product join 2024-04-15 17:13:35 -07:00
Chris Hennick
9580814d74 Bug fix? Put combined name in quotes 2024-04-15 17:13:35 -07:00
Chris Hennick
7e2ccf44a5 Bug fix? Use a singleton matrix dimension to force include to overlap 2024-04-15 17:13:35 -07:00
Chris Hennick
a76a6c9053 Bug fix? Remove hyphen from rustalias 2024-04-15 17:13:35 -07:00
Chris Hennick
48723bfdb0 Bug fix? 2024-04-15 17:13:35 -07:00
Chris Hennick
1f4331e78b Add the rust-alias variable so that workflow names won't change with future MSRV bumps 2024-04-15 17:13:35 -07:00
Chris Hennick
66e0b82529
Merge pull request #24 from wyatt-herkamp/allow_copy_file_options
Allow copying File Options Again
2024-04-15 17:13:00 -07:00