Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
This change bumps the program's version to 0.1.6. The following notable
changes have been made since 0.1.5:
- 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
  • Loading branch information
d-e-s-o committed Aug 16, 2024
1 parent eb473dd commit a748e55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.1.6
-----
- Fixed handling of renamed packages
- Stop requiring Git user configuration to be present by using
reasonable defaults
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-http-registry"
version = "0.1.5"
version = "0.1.6"
authors = ["Daniel Mueller <[email protected]>"]
edition = "2021"
rust-version = "1.63"
Expand Down

0 comments on commit a748e55

Please sign in to comment.