From eceda25b6beb2972fdf410364faa7e42f54d4138 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Jun 2025 14:44:10 +0200 Subject: [PATCH 1/3] Bump version to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 251856b9..5115cd3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "console" description = "A terminal and console abstraction for Rust" -version = "0.15.12" +version = "0.16.0" keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT" From 630a074e562af8d8458f51f528bb74fd37ed4184 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Jun 2025 14:44:28 +0200 Subject: [PATCH 2/3] Remove authors from Cargo metadata (per RFC 3052) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5115cd3d..3deb82eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "console" description = "A terminal and console abstraction for Rust" version = "0.16.0" keywords = ["cli", "terminal", "colors", "console", "ansi"] -authors = ["Armin Ronacher "] license = "MIT" edition = "2021" homepage = "https://github.com/console-rs/console" From 0f54d701dd2c3d4acc51c2e5eb44c0d21afc2a21 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Jun 2025 14:45:41 +0200 Subject: [PATCH 3/3] Add FUNDING metadata --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..90ee18ee --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [djc] +patreon: dochtman