Skip to content

Commit

Permalink
bump: version 0.8.4 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent db9bb5a commit 89db4d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.0 (2025-01-05)

### Feat

- add functionality to clean up __pycache__ directories and update README

## 0.8.4 (2025-01-05)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "killpy"
version = "0.8.4"
version = "0.9.0"
description = "List all .venv directories and Conda environments 🐍 on your system and check how much space they are using. You can then choose which ones to delete in order to free up space 🧹."
readme = "README.md"
classifiers = [
Expand Down Expand Up @@ -33,7 +33,7 @@ members = ["q"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.4"
version = "0.9.0"
version_files = [
"src/__version__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 89db4d1

Please sign in to comment.