Skip to content

Commit

Permalink
chore: release v1.2.1 (#12)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `spongebob`: 1.2.0 -> 1.2.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [1.2.1](v1.2.0...v1.2.1)
- 2024-09-26

### Fixed

- Changed output to stderr for piping purposes
- *(goodboye)* Changed number of spaces between words to two from three
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 0eb39a6 commit 6ae52d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1](https://github.com/asasine/spongebob/compare/v1.2.0...v1.2.1) - 2024-09-26

### Fixed

- Changed output to stderr for piping purposes
- *(goodboye)* Changed number of spaces between words to two from three

## [1.2.0](https://github.com/asasine/spongebob/compare/v1.1.1...v1.2.0) - 2024-09-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spongebob"
version = "1.2.0"
version = "1.2.1"
authors = ["Adam Sasine <[email protected]>"]
edition = "2021"
description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe."
Expand Down

0 comments on commit 6ae52d6

Please sign in to comment.