Skip to content

Commit f0aae10

Browse files
Merge pull request #102 from wcampbell0x2a/rel-0-10-0
2 parents 1b24cd7 + 8138a43 commit f0aae10

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0] - 10-21-2024
10+
- Add instructions for use with [integer32llc/Margo](https://github.com/integer32llc/margo)
11+
- Add `--git-index-url` to configure mirror `config.json` [#95](https://github.com/wcampbell0x2a/zerus/pull/95)
12+
- Add check of status code when downloading [#97](https://github.com/wcampbell0x2a/zerus/pull/97)
13+
- Add better message for not finding `Cargo.toml` [#96](https://github.com/wcampbell0x2a/zerus/pull/96)
14+
15+
### Dependencies
16+
- Bump clap from 4.5.9 to 4.5.20
17+
- Bump git2 from 0.18.3 to 0.19.0
18+
- Bump anyhow from 1.0.82 to 1.0.90
19+
- Bump reqwest from 0.12.3 to 0.12.8
20+
921
## [0.9.0] - 10-12-2024
1022
- Add support for latest nightly
1123
- Add `--skip-git-index` to not download git index crates.io

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zerus"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["wcampbell"]
66
description = "Lightweight binary to download only project required crates for offline crates.io mirror"
@@ -9,6 +9,7 @@ readme = "README.md"
99
homepage = "https://github.com/wcampbell0x2a/zerus"
1010
repository = "https://github.com/wcampbell0x2a/zerus"
1111
categories = ["development-tools"]
12+
keywords = ["offline", "mirror", "crates", "download", "vendor"]
1213

1314
[dependencies]
1415
clap = { version = "4.5.13", features = ["derive"] }

0 commit comments

Comments
 (0)