We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd76249 commit 00e7692Copy full SHA for 00e7692
βCHANGELOG.md
@@ -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
23
## v0.0.12 (2024-07-25)
24
25
### β¨ Features
βpyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookie-doh"
-version = "0.0.12"
+version = "0.0.13"
description = ""
authors = ["microsoft"]
license = "MIT License"
0 commit comments