We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d207cb commit 500cb99Copy full SHA for 500cb99
βCHANGELOG.md
@@ -1,3 +1,18 @@
1
+## v0.0.16 (2024-12-06)
2
+
3
+### β¨ Features
4
5
+- add pdm package management and remove poetry
6
7
+### πποΈ Fixes
8
9
+- installation in remote workflow
10
+- rebase instead of merge dependabot prs
11
12
+### build
13
14
+- **deps-dev**: bump tornado from 6.4.1 to 6.4.2
15
16
## v0.0.15 (2024-11-11)
17
18
### β¨ Features
βpyproject.toml
@@ -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
0 commit comments