Skip to content

Commit 2e9db0a

Browse files
chore: release v2.0.0 (#25)
## πŸ€– New release * `spongebob`: 1.2.1 -> 2.0.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [2.0.0](v1.2.1...v2.0.0) - 2024-10-19 ### Added - accept text from stdin ([#16](#16)) by @PlexSheep - *(release-plz)* added contributors to changelog ([#24](#24)) by @asasine - *(clipboard)* [**breaking**] removed clipboard support ([#23](#23)) by @asasine ### Fixed - *(release-plz)* removed extraneous newlines in changelog by @asasine ### Other - Added CONTRIBUTING.md ([#19](#19)) by @asasine </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>
1 parent e3d5d68 commit 2e9db0a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0](https://github.com/asasine/spongebob/compare/v1.2.1...v2.0.0) - 2024-10-19
10+
11+
### Added
12+
13+
- accept text from stdin ([#16](https://github.com/asasine/spongebob/pull/16)) by @PlexSheep
14+
- *(release-plz)* added contributors to changelog ([#24](https://github.com/asasine/spongebob/pull/24)) by @asasine
15+
- *(clipboard)* [**breaking**] removed clipboard support ([#23](https://github.com/asasine/spongebob/pull/23)) by @asasine
16+
17+
### Fixed
18+
19+
- *(release-plz)* removed extraneous newlines in changelog by @asasine
20+
21+
### Other
22+
23+
- Added CONTRIBUTING.md ([#19](https://github.com/asasine/spongebob/pull/19)) by @asasine
24+
925
## [1.2.1](https://github.com/asasine/spongebob/compare/v1.2.0...v1.2.1) - 2024-09-26
1026

1127
### Fixed

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spongebob"
3-
version = "1.2.1"
3+
version = "2.0.0"
44
authors = ["Adam Sasine <[email protected]>"]
55
edition = "2021"
66
description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe."

0 commit comments

Comments
Β (0)