From 2f3494fa4afaad4350c7fe276c3db0a300e7753e Mon Sep 17 00:00:00 2001 From: Meadow Liu Date: Sun, 11 Aug 2024 00:07:44 -0700 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231b31487..fdf15cc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Hallo! ## table of contents -- [unreleased](#unreleased) +- [v0.10.0](#v0100) - [v0.9.0](#v090) - [v0.8.0](#v080) - [v0.7.0](#v070) @@ -26,7 +26,7 @@ Hallo! - [v0.0.0](#v000) - [Yanked versions and reasons](#yanked-versions-and-reasons) -## unreleased +## v0.10.0 I need to stop making such large changes before releasing anything lol diff --git a/Cargo.lock b/Cargo.lock index 6ba523092..3bac8680e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bindings" -version = "0.10.0-dev" +version = "0.10.0" dependencies = [ "wiwi", ] @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "wiwi" -version = "0.10.0-dev" +version = "0.10.0" dependencies = [ "argon2", "cc", @@ -2212,14 +2212,14 @@ dependencies = [ [[package]] name = "wiwi-scripts" -version = "0.10.0-dev" +version = "0.10.0" dependencies = [ "wiwi", ] [[package]] name = "wiwiwiwiwi" -version = "0.10.0-dev" +version = "0.10.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 71ffa10e3..34d3a1065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.10.0-dev" +version = "0.10.0" edition = "2021" authors = ["Meadowsys "] repository = "https://github.com/meadowsys/wiwi" @@ -46,7 +46,7 @@ keywords = [ # ----- start autogenerated region (see gen-features script) ----- [dependencies] -wiwiwiwiwi = { path = "macro", version = "=0.10.0-dev" } +wiwiwiwiwi = { path = "macro", version = "=0.10.0" } argon2 = { version = "0.5.3", optional = true } chacha20poly1305 = { version = "0.10.1", optional = true }