Skip to content

Releases: d-e-s-o/cargo-http-registry

v0.1.8

27 Feb 14:09
b993b26

Choose a tag to compare

  • Removed Dockerfile and Docker image build CI job
  • Removed Cargo.lock file from repository
  • Bumped git2 dependency to 0.20

Full Changelog: v0.1.7...v0.1.8

v0.1.7

20 Feb 06:01
0959be8

Choose a tag to compare

  • Fixed handling of relative registry paths
  • Bumped minimum supported Rust version to 1.64
  • Bumped git2 dependency to 0.19

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

16 Aug 13:57
a748e55

Choose a tag to compare

  • Fixed handling of renamed packages
  • Stop requiring Git user configuration to be present by using reasonable defaults
  • Added Dockerfile and adjusted CI to build and publish Docker image to GHCR
  • Include and manage Cargo.lock file in repository
  • Bumped minimum supported Rust version to 1.63

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Aug 15:42
v0.1.5
fdd2e29

Choose a tag to compare

  • Fixed Windows build caused by misspelled cfg argument
  • Reduced log spam by de-duplicating request traces
  • Adjusted program to use Rust Edition 2021
  • Added GitHub Actions workflow for publishing the crate
  • Bumped git2 dependency to 0.17

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 Aug 15:42
v0.1.4
461bc81

Choose a tag to compare

  • Switched to using GitHub Actions as CI provider
  • Bumped minimum supported Rust version to 1.60
  • Bumped git2 dependency to 0.15

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Aug 15:42
v0.1.3
2315b1f

Choose a tag to compare

  • Increased maximum publishable crate size to 20 MiB
  • Bumped git2 dependency to 0.14
  • Bumped sha2 dependency to 0.10
  • Bumped tracing-subscriber dependency to 0.3

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Aug 15:41
v0.1.2
12cb205

Choose a tag to compare

  • Added recursive index link 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

05 Aug 15:41
v0.1.1
114e33e

Choose a tag to compare

  • Added support for serving registry over HTTP
    • Require net.git-fetch-with-cli Cargo configuration
  • Removed http dependency
  • Bumped tokio dependency to 1.0
  • Bumped tracing-subscriber dependency to 0.2
  • Bumped warp dependency to 0.3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Aug 15:41
v0.1.0
d005265

Choose a tag to compare

  • Initial release