Skip to content

Commit 8cc160a

Browse files
chore: release v1.1.0 (#7)
## πŸ€– New release * `spongebob`: 1.0.1 -> 1.1.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.1.0](v1.0.1...v1.1.0) - 2024-05-16 ### Added - added human_panic - Added initial version 1.0.0 ### Fixed - updated description - upgraded dependencies to latest compatible version ### Other - Added workflow_dispatch trigger - Added status badges to README - Added release-plz integration - Added more documentation </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 8ecc105 commit 8cc160a

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.1.0](https://github.com/asasine/spongebob/compare/v1.0.1...v1.1.0) - 2024-05-16
10+
11+
### Added
12+
- added human_panic
13+
- Added initial version 1.0.0
14+
15+
### Fixed
16+
- updated description
17+
- upgraded dependencies to latest compatible version
18+
19+
### Other
20+
- Added workflow_dispatch trigger
21+
- Added status badges to README
22+
- Added release-plz integration
23+
- Added more documentation

β€Ž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.0.1"
3+
version = "1.1.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)