Skip to content

Commit b993b26

Browse files
committed
Bump version to 0.1.8
This change bumps the program's version to 0.1.8. The following notable changes have been made since 0.1.7: - Removed Dockerfile and Docker image build CI job - Removed Cargo.lock file from repository - Bumped git2 dependency to 0.20
1 parent 6f11108 commit b993b26

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.8
2+
-----
33
- Removed `Dockerfile` and Docker image build CI job
44
- Removed `Cargo.lock` file from repository
55
- Bumped `git2` dependency to `0.20`

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.7"
3+
version = "0.1.8"
44
authors = ["Daniel Mueller <deso@posteo.net>"]
55
edition = "2021"
66
rust-version = "1.64"

0 commit comments

Comments
 (0)