Skip to content

Commit

Permalink
chore: Remove releases from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 5, 2024
1 parent 1d78fd4 commit 551d48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ All notable changes to this project will be documented in this file.

- Bump version number (Adrian Seyboldt)

- Prepare release (Adrian Seyboldt)


### Styling

Expand Down Expand Up @@ -54,11 +52,6 @@ All notable changes to this project will be documented in this file.
- Add progress bar on terminal (Adrian Seyboldt)


### Miscellaneous Tasks

- Prepare release (Adrian Seyboldt)


## [0.11.0] - 2024-05-29

### Bug Fixes
Expand Down Expand Up @@ -87,8 +80,6 @@ All notable changes to this project will be documented in this file.

- Update python dependencies (Adrian Seyboldt)

- Prepare release (Adrian Seyboldt)


### Refactor

Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor" },
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore: Prepare", skip = true },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ body = ".*security", group = "Security" },
]
Expand Down

0 comments on commit 551d48d

Please sign in to comment.