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 committed Aug 26, 2024
1 parent 4ddb88e commit 3dfe6c5
Show file tree
Hide file tree
Showing 8 changed files with 565 additions and 508 deletions.
504 changes: 0 additions & 504 deletions .github/CONTRIBUTING.md

This file was deleted.

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
23 changes: 23 additions & 0 deletions docs/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# https://github.blog/open-source/maintainers/keeping-repository-maintainer-information-accurate/

##################### NOTE #####################
# A CODEOWNERS file uses a pattern that follows most of the same rules used in gitignore files.
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most precedence.
################################################

# These owners will be the default owners for everything in the repo.
# They will be requested for review when someone opens a pull request.
* @gacallea

################################################

# To protect a repository fully against unauthorized changes,
# define a CODEOWNERS file in the .github or docs directory
# and define the repository owner as the owner of the whole directory
/.github/ @gacallea
/docs/ @gacallea

################################################

File renamed without changes.
Loading

0 comments on commit 3dfe6c5

Please sign in to comment.