Skip to content

Commit

Permalink
chore: release v1.1.0 (#7)
Browse files Browse the repository at this point in the history
## 🤖 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>
  • Loading branch information
github-actions[bot] committed May 16, 2024
1 parent 8ecc105 commit 8cc160a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0](https://github.com/asasine/spongebob/compare/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
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.0.1"
version = "1.1.0"
authors = ["Adam Sasine <adam.sasine@gmail.com>"]
edition = "2021"
description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe."
Expand Down

0 comments on commit 8cc160a

Please sign in to comment.