From d0a43b78436b2579561090a424fbe8a8a599fb2c Mon Sep 17 00:00:00 2001 From: Szymon Wiszczuk <37072867+golota60@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:53:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20release=200.1.2=20=F0=9F=8E=89=20=20(#?= =?UTF-8?q?21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: bump package versions --- PUBLISHING.md | 2 +- oxytail-base/Cargo.toml | 2 +- oxytail-theme-dark/Cargo.toml | 10 +++++----- oxytail-theme-defaults/Cargo.toml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PUBLISHING.md b/PUBLISHING.md index e834f69..0e71c03 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -1,7 +1,7 @@ Currently, publishing is done manually. Simply, 1. Create a new branch -2. Bump the version of each package and commit. We want to keep sync between each oxytail package version. Also update documentation and every mention of version to be installed(including each packages `Cargo.toml`!). +2. Bump the version of each package(both in Cargo.toml version fields and as dependencies of other packages) and commit. We want to keep sync between each oxytail package version. Also update documentation and every mention of version to be installed(including each packages `Cargo.toml`!). 3. Run the following commands(in this order) ``` diff --git a/oxytail-base/Cargo.toml b/oxytail-base/Cargo.toml index 7964106..e90f26b 100644 --- a/oxytail-base/Cargo.toml +++ b/oxytail-base/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/golota60/oxytail" keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"] categories = ["gui"] license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.75" diff --git a/oxytail-theme-dark/Cargo.toml b/oxytail-theme-dark/Cargo.toml index 027af2a..f61c6c2 100644 --- a/oxytail-theme-dark/Cargo.toml +++ b/oxytail-theme-dark/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/golota60/oxytail" keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"] categories = ["gui"] license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.75" @@ -14,7 +14,7 @@ rust-version = "1.75" [dependencies] floem = "0.1.1" -oxytail-base = { path = "../oxytail-base" } -# oxytail-base = "0.1.1" -oxytail-theme-defaults = { path = "../oxytail-theme-defaults" } -# oxytail-theme-defaults = "0.1.1" +# oxytail-base = { path = "../oxytail-base" } +oxytail-base = "0.1.2" +# oxytail-theme-defaults = { path = "../oxytail-theme-defaults" } +oxytail-theme-defaults = "0.1.2" diff --git a/oxytail-theme-defaults/Cargo.toml b/oxytail-theme-defaults/Cargo.toml index f799c52..f3b9ef4 100644 --- a/oxytail-theme-defaults/Cargo.toml +++ b/oxytail-theme-defaults/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/golota60/oxytail" keywords = ["floem", "gui", "floem-themes", "daisyui", "widgets"] categories = ["gui"] license = "MIT" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.75" @@ -14,5 +14,5 @@ rust-version = "1.75" [dependencies] floem = "0.1.1" -oxytail-base = { path = "../oxytail-base" } -# oxytail-base = "0.1.1" +# oxytail-base = { path = "../oxytail-base" } +oxytail-base = "0.1.2"