Skip to content

Commit 3e27909

Browse files
Merge pull request #131 from wcampbell0x2a/rel-0-11-0
2 parents d56366e + 4834c43 commit 3e27909

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.11.0] - 02-09-2025
810
- Add `-V` for version, and about text to help output
911
- Add instructions for using https://github.com/rust-lang/rust-playground
1012
- Update depends

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "zerus"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["wcampbell"]
66
description = "Lightweight binary to download only project required crates for offline crates.io mirror"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
homepage = "https://github.com/wcampbell0x2a/zerus"
1010
repository = "https://github.com/wcampbell0x2a/zerus"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use any `http(s)` server.
4848

4949
### Build with mirror
5050
Add the following to the `.cargo/config` file(replacing IP with your ip).
51-
```
51+
```toml
5252
[source.zerus]
5353
registry = "sparse+http://[IP]/crates.io-index/"
5454

0 commit comments

Comments
 (0)