From d028f27a03827caab4fdea5a1071e91c5eed00bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:39:49 +0000 Subject: [PATCH] chore: release v2.0.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0eac3..11f47a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2](https://github.com/asasine/spongebob/compare/v2.0.1...v2.0.2) - 2026-03-24 + +### Other + +- add workflow to check for conventional commit PR titles ([#41](https://github.com/asasine/spongebob/pull/41)) by @Copilot +- change assert_cmd tests to integration tests ([#39](https://github.com/asasine/spongebob/pull/39)) by @asasine +- *(deps)* bump actions/checkout from 5 to 6 ([#36](https://github.com/asasine/spongebob/pull/36)) by @dependabot[bot] +- *(deps)* bump actions/checkout from 4 to 5 ([#31](https://github.com/asasine/spongebob/pull/31)) by @dependabot[bot] + ## [2.0.1](https://github.com/asasine/spongebob/compare/v2.0.0...v2.0.1) - 2025-01-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index 186229b..0515ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,7 +613,7 @@ dependencies = [ [[package]] name = "spongebob" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anstyle", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a244bcd..5c9cce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spongebob" -version = "2.0.1" +version = "2.0.2" authors = ["Adam Sasine "] edition = "2021" description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe."