Skip to content

Commit

Permalink
Merge pull request #102 from wcampbell0x2a/rel-0-10-0
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a authored Oct 22, 2024
2 parents 1b24cd7 + 8138a43 commit f0aae10
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 10-21-2024
- Add instructions for use with [integer32llc/Margo](https://github.com/integer32llc/margo)
- Add `--git-index-url` to configure mirror `config.json` [#95](https://github.com/wcampbell0x2a/zerus/pull/95)
- Add check of status code when downloading [#97](https://github.com/wcampbell0x2a/zerus/pull/97)
- Add better message for not finding `Cargo.toml` [#96](https://github.com/wcampbell0x2a/zerus/pull/96)

### Dependencies
- Bump clap from 4.5.9 to 4.5.20
- Bump git2 from 0.18.3 to 0.19.0
- Bump anyhow from 1.0.82 to 1.0.90
- Bump reqwest from 0.12.3 to 0.12.8

## [0.9.0] - 10-12-2024
- Add support for latest nightly
- Add `--skip-git-index` to not download git index crates.io
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.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zerus"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = ["wcampbell"]
description = "Lightweight binary to download only project required crates for offline crates.io mirror"
Expand All @@ -9,6 +9,7 @@ readme = "README.md"
homepage = "https://github.com/wcampbell0x2a/zerus"
repository = "https://github.com/wcampbell0x2a/zerus"
categories = ["development-tools"]
keywords = ["offline", "mirror", "crates", "download", "vendor"]

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
Expand Down

0 comments on commit f0aae10

Please sign in to comment.