Skip to content

Commit

Permalink
chore: release v0.2.15 (#46)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `freesound-credits`: 0.2.14 -> 0.2.15

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

<blockquote>

##
[0.2.15](v0.2.14...v0.2.15)

### ⛰️ Features

- *(spellcheck)* Add spellcheck precommit ci and config
([#39](#39)) -
([727e79e](727e79e))

### 🐛 Bug Fixes

- *(spellcheck)* +top number -precomit
([#40](#40)) -
([139ffc9](139ffc9))
- Streamline pipelines
([#42](#42)) -
([f8f33e8](f8f33e8))
- Rm redundant freesound in frontmatter
([#41](#41)) -
([e9c24a9](e9c24a9))

### ⚙️ Miscellaneous Tasks

- *(docs)* GitHub templates improve
([#45](#45))
([#47](#47)) -
([4ddb88e](4ddb88e))
- *(readme)* Add licenses badges and remove written line
([#37](#37)) -
([040b8d0](040b8d0))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
andreacfromtheapp authored Aug 19, 2024
1 parent 4ddb88e commit 9ae78da
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.15](https://github.com/gacallea/freesound-credits/compare/v0.2.14...v0.2.15)

### ⛰️ Features

- *(spellcheck)* Add spellcheck precommit ci and config ([#39](https://github.com/gacallea/freesound-credits/pull/39)) - ([727e79e](https://github.com/gacallea/freesound-credits/commit/727e79edea0a0fe902fa9a5dfb63a90f5a621992))

### 🐛 Bug Fixes

- *(spellcheck)* +top number -precomit ([#40](https://github.com/gacallea/freesound-credits/pull/40)) - ([139ffc9](https://github.com/gacallea/freesound-credits/commit/139ffc90b774bb292f7030f0e07e3e472543a8d6))
- Streamline pipelines ([#42](https://github.com/gacallea/freesound-credits/pull/42)) - ([f8f33e8](https://github.com/gacallea/freesound-credits/commit/f8f33e89092727cc19a844bc81f6d1a31e911570))
- Rm redundant freesound in frontmatter ([#41](https://github.com/gacallea/freesound-credits/pull/41)) - ([e9c24a9](https://github.com/gacallea/freesound-credits/commit/e9c24a92a653dc41a1aab0ea3f055a101fa16249))

### ⚙️ Miscellaneous Tasks

- *(docs)* GitHub templates improve ([#45](https://github.com/gacallea/freesound-credits/pull/45)) ([#47](https://github.com/gacallea/freesound-credits/pull/47)) - ([4ddb88e](https://github.com/gacallea/freesound-credits/commit/4ddb88eb55e537368f10b404d05e6476b01eb506))
- *(readme)* Add licenses badges and remove written line ([#37](https://github.com/gacallea/freesound-credits/pull/37)) - ([040b8d0](https://github.com/gacallea/freesound-credits/commit/040b8d0c5eb87ea4ad26b66bc62154fb3b12006e))

## [0.2.14](https://github.com/gacallea/freesound-credits/compare/v0.2.13...v0.2.14)

### ⛰️ Features
Expand Down
6 changes: 3 additions & 3 deletions 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 = "freesound-credits"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 9ae78da

Please sign in to comment.