Skip to content

Commit 7f3ebff

Browse files
Merge pull request #10 from wcampbell0x2a/bump-version
Prep for v0.3.0
2 parents dfea144 + 4d8e93d commit 7f3ebff

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.0] - 12-30-2022
10+
- Deprecate need for `cargo vendor`, instead resolving depends from Cargo.toml files ourself using `guppy`.
11+
912
## [0.2.0] - 08-07-2022
1013
- Deprecate `serve`, we only support the nightly feature `sparse-registry`
1114

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zerus"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["wcampbell"]
66
description = "Lightweight binary to download only project required crates for offline crates.io mirror"

0 commit comments

Comments
 (0)