Skip to content

Commit 00e7692

Browse files
committed
πŸ”– bump: version 0.0.12 β†’ 0.0.13
1 parent dd76249 commit 00e7692

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

β€ŽCHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.0.13 (2024-08-27)
2+
3+
### ✨ Features
4+
5+
- add mkdocstrings and remove sphinx from docs builds
6+
- rootless docker in devcontainer
7+
- add missing docker configuration
8+
- install docker from docker directly
9+
10+
### πŸ›πŸš‘οΈ Fixes
11+
12+
- wrong jinja code in readme
13+
- docker-in-docker in devcontainer
14+
15+
### πŸ”§πŸ”¨πŸ“¦οΈ Configuration, Scripts, Packages
16+
17+
- some settings updates
18+
19+
### 🧹 chore
20+
21+
- cleanup unnecessary ignore
22+
123
## v0.0.12 (2024-07-25)
224

325
### ✨ Features

β€Žpyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cookie-doh"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
description = ""
55
authors = ["microsoft"]
66
license = "MIT License"

0 commit comments

Comments
Β (0)