From b087703ab294c5c7a690512d532702047be39883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 03:16:48 +0000 Subject: [PATCH 1/2] chore(main): release rslack 0.4.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b0cf8d0..da59f99 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index adf5bed..1980566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.4.0](https://github.com/kohbis/rslack/compare/rslack-v0.3.3...rslack-v0.4.0) (2024-01-03) + + +### โš  BREAKING CHANGES + +* ๐Ÿงจ Remove .token + +### Features + +* ๐ŸŽธ Configuration `pwd`/.token -> $HOME/.rslack ([c363d4c](https://github.com/kohbis/rslack/commit/c363d4cdbf396d1397c6e9a9630e98d07bb6976e)) +* ๐ŸŽธ cursor with kohbis/rpos ([54d5b5b](https://github.com/kohbis/rslack/commit/54d5b5b8baa7c7e23b317df0bf3e57cc2f68d688)) +* ๐ŸŽธ End of docker support ([5e6ddb6](https://github.com/kohbis/rslack/commit/5e6ddb667d93fa63511f1762bfea3aba3c1046c3)) +* ๐ŸŽธ Release v0.3.0 ([ae76ba1](https://github.com/kohbis/rslack/commit/ae76ba180f7c89d9c7132a387533d230a2b0b24a)) +* ๐ŸŽธ Release v0.3.1 ([b2e351a](https://github.com/kohbis/rslack/commit/b2e351a88809345550055def27a5c8524f9b2599)) +* ๐ŸŽธ Release v0.3.2 ([3903ea5](https://github.com/kohbis/rslack/commit/3903ea5d45f4f8a147017432b78391e0fe5db369)) +* **release:** v0.2.5 ([5d012e8](https://github.com/kohbis/rslack/commit/5d012e8e3c91c2fb11a88899ec8479fbe7925a2d)) +* **release:** v0.2.6 ([53a75f6](https://github.com/kohbis/rslack/commit/53a75f67f0c0859886571b8e772f961b142e0ae5)) +* **release:** v0.2.7 ([7e3b679](https://github.com/kohbis/rslack/commit/7e3b679c1af3f4e81d37056925829eae1a06b59c)) +* **release:** v0.2.8 ([bbc724f](https://github.com/kohbis/rslack/commit/bbc724f04b2dce832f428492a5d589b78d5947d6)) + + +### Bug Fixes + +* ๐Ÿ› crash when posting with empty buffer ([b66e801](https://github.com/kohbis/rslack/commit/b66e8013aa57fdb1e9777a12148e238cf66a0d05)) +* ๐Ÿ› release-please settings ([5b0771a](https://github.com/kohbis/rslack/commit/5b0771a6ff313f118bfc52f9649e745ebdaa2754)) +* pass 'token' as an HTTP Authorization header ([eac4133](https://github.com/kohbis/rslack/commit/eac4133b10a8a5b5b1d357cdc1f300b0ea043fd2)) + ## [0.3.3](https://github.com/kohbis/rslack/compare/v0.3.2...v0.3.3) (2023-11-03) diff --git a/Cargo.lock b/Cargo.lock index 401e5be..bfc230e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.3.3" +version = "0.4.0" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index c5a7f82..5c7b964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.3.3" +version = "0.4.0" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message" From 2a50c83f393a36f0fc8c16dd83f4789e931849eb Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:19:13 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1980566..7a7bdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,29 +3,9 @@ ## [0.4.0](https://github.com/kohbis/rslack/compare/rslack-v0.3.3...rslack-v0.4.0) (2024-01-03) -### โš  BREAKING CHANGES - -* ๐Ÿงจ Remove .token - -### Features - -* ๐ŸŽธ Configuration `pwd`/.token -> $HOME/.rslack ([c363d4c](https://github.com/kohbis/rslack/commit/c363d4cdbf396d1397c6e9a9630e98d07bb6976e)) -* ๐ŸŽธ cursor with kohbis/rpos ([54d5b5b](https://github.com/kohbis/rslack/commit/54d5b5b8baa7c7e23b317df0bf3e57cc2f68d688)) -* ๐ŸŽธ End of docker support ([5e6ddb6](https://github.com/kohbis/rslack/commit/5e6ddb667d93fa63511f1762bfea3aba3c1046c3)) -* ๐ŸŽธ Release v0.3.0 ([ae76ba1](https://github.com/kohbis/rslack/commit/ae76ba180f7c89d9c7132a387533d230a2b0b24a)) -* ๐ŸŽธ Release v0.3.1 ([b2e351a](https://github.com/kohbis/rslack/commit/b2e351a88809345550055def27a5c8524f9b2599)) -* ๐ŸŽธ Release v0.3.2 ([3903ea5](https://github.com/kohbis/rslack/commit/3903ea5d45f4f8a147017432b78391e0fe5db369)) -* **release:** v0.2.5 ([5d012e8](https://github.com/kohbis/rslack/commit/5d012e8e3c91c2fb11a88899ec8479fbe7925a2d)) -* **release:** v0.2.6 ([53a75f6](https://github.com/kohbis/rslack/commit/53a75f67f0c0859886571b8e772f961b142e0ae5)) -* **release:** v0.2.7 ([7e3b679](https://github.com/kohbis/rslack/commit/7e3b679c1af3f4e81d37056925829eae1a06b59c)) -* **release:** v0.2.8 ([bbc724f](https://github.com/kohbis/rslack/commit/bbc724f04b2dce832f428492a5d589b78d5947d6)) - - ### Bug Fixes * ๐Ÿ› crash when posting with empty buffer ([b66e801](https://github.com/kohbis/rslack/commit/b66e8013aa57fdb1e9777a12148e238cf66a0d05)) -* ๐Ÿ› release-please settings ([5b0771a](https://github.com/kohbis/rslack/commit/5b0771a6ff313f118bfc52f9649e745ebdaa2754)) -* pass 'token' as an HTTP Authorization header ([eac4133](https://github.com/kohbis/rslack/commit/eac4133b10a8a5b5b1d357cdc1f300b0ea043fd2)) ## [0.3.3](https://github.com/kohbis/rslack/compare/v0.3.2...v0.3.3) (2023-11-03)