From bb9a0e451efea57fa7418e05a29eb00687282c47 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 11 Sep 2025 13:59:22 +0200 Subject: [PATCH 1/2] Bump version to 2.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51e5b6c..d27f5ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["time", "human", "human-friendly", "parser", "duration"] homepage = "https://github.com/chronotope/humantime" repository = "https://github.com/chronotope/humantime" documentation = "https://docs.rs/humantime" -version = "2.2.1" +version = "2.3.0" edition = "2021" categories = ["date-and-time"] From b36668084c673a629bd3df14460f9f0a1f8d4c51 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 11 Sep 2025 14:01:22 +0200 Subject: [PATCH 2/2] ci: disable for non-main pushes --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1bd457e..f2cae2e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ '**' ] + branches: ['main'] + tags: ['**'] pull_request: - branches: [ '**' ] env: CARGO_TERM_COLOR: always