From 04e7c859836535d5404247c80c7ef98102fdc923 Mon Sep 17 00:00:00 2001 From: Seray Uzgur Date: Mon, 18 Sep 2023 10:28:16 +0300 Subject: [PATCH] new version and change log --- CHANGELOG.md | 6 ++++++ meta.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61ca02..1c68bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "crates" extension will be documented in this file. +## 0.6.3 + +- sparse index yanked fixed. [BarbossHack](https://github.com/BarbossHack) +- better prerelease check. [BarbossHack](https://github.com/BarbossHack) + + ## 0.6.2 - sparse index support with custom url support added. [BarbossHack](https://github.com/BarbossHack) diff --git a/meta.json b/meta.json index 47aad18..289b60c 100644 --- a/meta.json +++ b/meta.json @@ -1477,7 +1477,7 @@ "bytesInOutput": 932 } }, - "bytes": 56610 + "bytes": 56689 } } } diff --git a/package.json b/package.json index cc7f061..f1cdade 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crates", "displayName": "crates", "description": "Helps Rust developers managing dependencies with Cargo.toml.", - "version": "0.6.2", + "version": "0.6.3", "publisher": "serayuzgur", "author": { "name": "serayuzgur",