author | Jordan Doyle <jordan@doyle.la> | 2023-11-14 14:44:12.0 +00:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2023-11-14 14:44:12.0 +00:00:00 |
commit | c77035b5d6ce385e4582397a0217cd8ea3eae2d0 [patch] |
|
tree | 16e7515c54c7b4fca77b88c71dc72721277912b9 |
|
parent | 53ad5a6f3a5fbe74bd547eb1691919d912a8c8da |
|
download | c77035b5d6ce385e4582397a0217cd8ea3eae2d0.tar.gz |
Bump version to 0.1.4
Diff
CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02efe31..2f467f6 100644 --- a/CHANGELOG.md +++ a/CHANGELOG.md @@ -1,4 +1,5 @@ # Unreleased # v0.1.4 - Add optional `metadata-format` config. Options: `json` (default) & `json.zst`. When the latter selected the server will fetch `metadata.json.zst` files. diff --git a/Cargo.lock b/Cargo.lock index dd4d256..1ee596e 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -657,7 +657,7 @@ [[package]] name = "gitlab-cargo-shim" version = "0.1.3" version = "0.1.4" dependencies = [ "anyhow", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 2d95be4..3cd693c 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitlab-cargo-shim" version = "0.1.3" version = "0.1.4" edition = "2021" authors = [ "Jordan Doyle <jordan@doyl.ee>"