Skip to content

Commit 4e8cfa0

Browse files
committed
πŸ”– bump: version 0.0.11 β†’ 0.0.12
1 parent 5011c47 commit 4e8cfa0

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

β€ŽCHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## v0.0.12 (2024-07-25)
2+
3+
### ✨ Features
4+
5+
- add autocompletion for poetry in zsh
6+
- remake the devcontainer with dockerfile
7+
- install azure-cli gh and docker to devcontainer
8+
- add docker build support
9+
10+
### πŸ›πŸš‘οΈ Fixes
11+
12+
- **devcontainer**: fix typo in post-create.sh devcontainer script
13+
14+
### πŸ’šπŸ‘· CI & Build
15+
16+
- **dependabot**: group security updates of dependabot
17+
18+
### πŸ“πŸ’‘ Documentation
19+
20+
- fix typo on curl install
21+
22+
### πŸ”πŸš§πŸ“ˆβœοΈ πŸ’©πŸ‘½οΈπŸ»πŸ’¬πŸ₯šπŸŒ±πŸš©πŸ₯…πŸ©Ί Others
23+
24+
- fix typo in dependabot.yaml
25+
26+
### πŸ”§πŸ”¨πŸ“¦οΈ Configuration, Scripts, Packages
27+
28+
- change default config values of copier
29+
30+
### 🩹 fix-simple
31+
32+
- **devcontainer**: use register-python-argcomplete3 rather than register-python-argcomplete
33+
134
## v0.0.11 (2024-07-12)
235

336
### πŸ“Œβž•β¬‡οΈ βž–β¬†οΈ Dependencies

β€Ž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.11"
3+
version = "0.0.12"
44
description = ""
55
authors = ["microsoft"]
66
license = "MIT License"

0 commit comments

Comments
Β (0)