Skip to content

Commit 500cb99

Browse files
committed
πŸ”– bump: version 0.0.15 β†’ 0.0.16
1 parent 1d207cb commit 500cb99

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

β€ŽCHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -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+
116
## v0.0.15 (2024-11-11)
217

318
### ✨ Features

β€Žpyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [{ name = "microsoft" }]
33
license = { text = "MIT License" }
44
requires-python = ">=3.10"
55
name = "cookie-doh"
6-
version = "0.0.15"
6+
version = "0.0.16"
77
description = ""
88
readme = "README.md"
99
dependencies = [] # write here dependencies of your project

0 commit comments

Comments
Β (0)