From 7b711b8b3a20a63abecfe3a758899deb5182c581 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Thu, 11 Apr 2024 19:15:44 -0400 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfbb9a..0249bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -- Add automatic crates.io git clone and fetch +## [0.7.0] - 04-11-2024 +- Add automatic crates.io git clone and fetch for mirror ## [0.6.0] - 02-25-2024 - Download crates in parallel diff --git a/Cargo.lock b/Cargo.lock index d23f5d6..cfa14ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1542,7 +1542,7 @@ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zerus" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9ae2c81..6bff328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zerus" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["wcampbell"] description = "Lightweight binary to download only project required crates for offline crates.io mirror"