From 1677f16c7aa4cd527a9cce5dd6bbfe182966cef1 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Sat, 12 Oct 2024 16:15:50 -0400 Subject: [PATCH] Bump version to 0.9.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e54b8b..21debeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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] + +## [0.9.0] - 10-12-2024 - Add support for latest nightly - Add `--skip-git-index` to not download git index crates.io diff --git a/Cargo.lock b/Cargo.lock index 36d1718..1315c12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1694,7 +1694,7 @@ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zerus" -version = "0.8.1" +version = "0.9.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2db128a..1ee0e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zerus" -version = "0.8.1" +version = "0.9.0" edition = "2021" authors = ["wcampbell"] description = "Lightweight binary to download only project required crates for offline crates.io mirror"