Skip to content

Commit

Permalink
Merge pull request #10 from wcampbell0x2a/bump-version
Browse files Browse the repository at this point in the history
Prep for v0.3.0
  • Loading branch information
wcampbell0x2a authored Dec 30, 2022
2 parents dfea144 + 4d8e93d commit 7f3ebff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 12-30-2022
- Deprecate need for `cargo vendor`, instead resolving depends from Cargo.toml files ourself using `guppy`.

## [0.2.0] - 08-07-2022
- Deprecate `serve`, we only support the nightly feature `sparse-registry`

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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zerus"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["wcampbell"]
description = "Lightweight binary to download only project required crates for offline crates.io mirror"
Expand Down

0 comments on commit 7f3ebff

Please sign in to comment.