Releases: d-e-s-o/cargo-http-registry
Releases · d-e-s-o/cargo-http-registry
v0.1.8
- Removed
Dockerfileand Docker image build CI job - Removed
Cargo.lockfile from repository - Bumped
git2dependency to0.20
Full Changelog: v0.1.7...v0.1.8
v0.1.7
- Fixed handling of relative registry paths
- Bumped minimum supported Rust version to
1.64 - Bumped
git2dependency to0.19
New Contributors
- @twistedfall made their first contribution in #81
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Fixed handling of renamed packages
- Stop requiring Git user configuration to be present by using reasonable defaults
- Added
Dockerfileand adjusted CI to build and publish Docker image to GHCR - Include and manage
Cargo.lockfile in repository - Bumped minimum supported Rust version to
1.63
New Contributors
- @dependabot made their first contribution in #10
- @marcoieni made their first contribution in #20
- @StackOverflowExcept1on made their first contribution in #60
Full Changelog: v0.1.5...v0.1.6
v0.1.5
- Fixed Windows build caused by misspelled
cfgargument - Reduced log spam by de-duplicating request traces
- Adjusted program to use Rust Edition 2021
- Added GitHub Actions workflow for publishing the crate
- Bumped
git2dependency to0.17
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Switched to using GitHub Actions as CI provider
- Bumped minimum supported Rust version to
1.60 - Bumped
git2dependency to0.15
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Increased maximum publishable crate size to 20 MiB
- Bumped
git2dependency to0.14 - Bumped
sha2dependency to0.10 - Bumped
tracing-subscriberdependency to0.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Added recursive
indexlink to registry directory - Adjusted release build compile options to optimize binary for size
- Enabled CI pipeline comprising building, testing, and linting of the project
- Added badge indicating pipeline status
- Bumped minimum supported Rust version to
1.53
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Added support for serving registry over HTTP
- Require
net.git-fetch-with-cliCargo configuration
- Require
- Removed
httpdependency - Bumped
tokiodependency to1.0 - Bumped
tracing-subscriberdependency to0.2 - Bumped
warpdependency to0.3
Full Changelog: v0.1.0...v0.1.1