From 88ffc14df59b41202273084314fa55826c5fb565 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 6 Feb 2023 00:21:01 +0100 Subject: [PATCH] Bump versions, changelog --- CHANGELOG.md | 4 ++-- cvars-macros/Cargo.toml | 2 +- cvars/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab2bc5..e9d9aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ This is a shared changelog for all projects in this repo: - [`cvars-console-fyrox`](https://crates.io/crates/cvars-console-fyrox) - [`cvars-console-macroquad`](https://crates.io/crates/cvars-console-macroquad) -## Cvars, cvars-macros - unreleased +## Cvars v0.3.1, cvars-macros v0.2.1 - 2023-02-06 -- Docs +- Fix and improve docs ## Cvars-console-fyrox v0.1.0 - 2023-02-06 diff --git a/cvars-macros/Cargo.toml b/cvars-macros/Cargo.toml index 26d024a..f469fcb 100644 --- a/cvars-macros/Cargo.toml +++ b/cvars-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cvars-macros" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Martin Taibr "] description = "Configuration variables for games - internal crate, use the main cvars crate instead" diff --git a/cvars/Cargo.toml b/cvars/Cargo.toml index b1942c1..d8be9d8 100644 --- a/cvars/Cargo.toml +++ b/cvars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cvars" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Martin Taibr "] description = "Configuration variables for games"