From 8b8d4d91dcdade0b5c9052987e13193ebe453f08 Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Wed, 22 Jan 2025 11:29:29 -0700 Subject: [PATCH 1/2] docs: Add categories metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6a08a8d7..94d67095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.9.0-rc.1" description = "A rust crate for sending messages to Slack via webhooks." authors = ["Christopher Brickley "] keywords = ["slack", "webhook", "hook", "messaging"] +categories = ["api-bindings", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/frostly/rust-slack" edition = "2018" From 583eb6b85874259b3496014447ea81b00301c734 Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Wed, 22 Jan 2025 11:30:45 -0700 Subject: [PATCH 2/2] release: Update version to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94d67095..8d470832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slack-hook" -version = "0.9.0-rc.1" +version = "0.9.0" description = "A rust crate for sending messages to Slack via webhooks." authors = ["Christopher Brickley "] keywords = ["slack", "webhook", "hook", "messaging"]