Skip to content

Commit

Permalink
πŸ”– bump: version 0.0.15 β†’ 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Dec 6, 2024
1 parent 1d207cb commit 500cb99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.0.16 (2024-12-06)

### ✨ Features

- add pdm package management and remove poetry

### πŸ›πŸš‘οΈ Fixes

- installation in remote workflow
- rebase instead of merge dependabot prs

### build

- **deps-dev**: bump tornado from 6.4.1 to 6.4.2

## v0.0.15 (2024-11-11)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [{ name = "microsoft" }]
license = { text = "MIT License" }
requires-python = ">=3.10"
name = "cookie-doh"
version = "0.0.15"
version = "0.0.16"
description = ""
readme = "README.md"
dependencies = [] # write here dependencies of your project
Expand Down

0 comments on commit 500cb99

Please sign in to comment.