Skip to content

Commit fdd2e29

Browse files
committed
Bump version to 0.1.5
This change bumps the program's version to 0.1.5. The following notable changes have been made since 0.1.4: - 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
1 parent 61b1ea2 commit fdd2e29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.1.5
2+
-----
33
- Fixed Windows build caused by misspelled `cfg` argument
44
- Reduced log spam by de-duplicating request traces
55
- Adjusted program to use Rust Edition 2021

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-http-registry"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Daniel Mueller <deso@posteo.net>"]
55
edition = "2021"
66
rust-version = "1.60"

0 commit comments

Comments
 (0)