From 722f702219b1bdad6fe1eb3d5f03784b7c276731 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Tue, 4 Jun 2024 23:48:45 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94598e7..ae84549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +- Nothing here yet + +## [0.2.0] - 2024-06-04 + ### Added - Readme viewer: View the readmes of your dependencies, if they exist locally. diff --git a/Cargo.lock b/Cargo.lock index e7dc68a..3907777 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "ecargo" -version = "0.2.0-dev" +version = "0.2.0" dependencies = [ "anyhow", "cargo-platform", diff --git a/Cargo.toml b/Cargo.toml index 01d7f37..10b4840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ecargo" description = "Cargo metadata viewer using egui" -version = "0.2.0-dev" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0"