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."