Skip to content

Commit

Permalink
Prepare codebase for 2.2.1 release (#57)
Browse files Browse the repository at this point in the history
Prepares the codebase for 2.2.1 release.

Drive-by:
- Reformats the Markdown files.

Signed-off-by: Rémy Greinhofer <[email protected]>
  • Loading branch information
rgreinho authored Mar 6, 2023
1 parent 5ac6bca commit d969622
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to

## [Unreleased]

## [2.2.1] - 2023-03-06

### Fixed

- Handled the case when the server does not send a `content-length` header,
causing downloads to be skipped. [#56]

[#56]: https://github.com/rgreinho/trauma/pull/56

## [2.2.0] - 2022-01-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trauma"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
license = "MIT"
description = "Simplify and prettify HTTP downloads"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ monitoring the process.
- Maximum simultaneous requests
- Number of retries
- Resume downloads (if supported by the remote server)
- Custom HTTP Headers
- Asynchronous w/ [Tokio]
- Progress bar w/ [indicatif]
- Display the individual progress
Expand Down
30 changes: 20 additions & 10 deletions SLSA.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ about a platform admin, so it may no apply here.
[build - build as code]: https://slsa.dev/spec/v0.1/requirements#build-as-code
[build - isolated]: https://slsa.dev/spec/v0.1/requirements#isolated
[build - build service]: https://slsa.dev/spec/v0.1/requirements#build-service
[build - ephemeral environment]: https://slsa.dev/spec/v0.1/requirements#ephemeral-environment
[build - ephemeral environment]:
https://slsa.dev/spec/v0.1/requirements#ephemeral-environment
[build - hermetic]: https://slsa.dev/spec/v0.1/requirements#hermetic
[build - reproducible]: https://slsa.dev/spec/v0.1/requirements#reproducible
[build - parameterless]: https://slsa.dev/spec/v0.1/requirements#parameterless
Expand All @@ -334,16 +335,25 @@ about a platform admin, so it may no apply here.
[cosign]: https://github.com/sigstore/cosign
[fulcio]: https://github.com/sigstore/fulcio
[github-actions-demo]: https://github.com/slsa-framework/github-actions-demo
[github hosted runners]: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
[github hosted runners]:
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
[openid signing]: https://docs.sigstore.dev/cosign/openid_signing
[provenance - authenticated]: https://slsa.dev/spec/v0.1/requirements#authenticated
[provenance - authenticated]:
https://slsa.dev/spec/v0.1/requirements#authenticated
[provenance - available]: https://slsa.dev/spec/v0.1/requirements#available
[provenance - dependencies complete]: https://slsa.dev/spec/v0.1/requirements#dependencies-complete
[provenance - non-falsifiable]: https://slsa.dev/spec/v0.1/requirements#non-falsifiable
[provenance - service generated]: https://slsa.dev/spec/v0.1/requirements#service-generated
[provenance - dependencies complete]:
https://slsa.dev/spec/v0.1/requirements#dependencies-complete
[provenance - non-falsifiable]:
https://slsa.dev/spec/v0.1/requirements#non-falsifiable
[provenance - service generated]:
https://slsa.dev/spec/v0.1/requirements#service-generated
[rekor]: https://github.com/sigstore/rekor
[slsa]: https://slsa.dev/
[source - retained indefinitely]: https://slsa.dev/spec/v0.1/requirements#retained-indefinitely
[source - two-person reviewed]: https://slsa.dev/spec/v0.1/requirements#two-person-reviewed
[source - version controlled]: https://slsa.dev/spec/v0.1/requirements#version-controlled
[source - verified history]: https://slsa.dev/spec/v0.1/requirements#verified-history
[source - retained indefinitely]:
https://slsa.dev/spec/v0.1/requirements#retained-indefinitely
[source - two-person reviewed]:
https://slsa.dev/spec/v0.1/requirements#two-person-reviewed
[source - version controlled]:
https://slsa.dev/spec/v0.1/requirements#version-controlled
[source - verified history]:
https://slsa.dev/spec/v0.1/requirements#verified-history

0 comments on commit d969622

Please sign in to comment.