Skip to content

Commit 3d37888

Browse files
committed
πŸ”– bump: version 0.0.13 β†’ 0.0.14
1 parent 0c05e3f commit 3d37888

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

β€ŽCHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## v0.0.14 (2024-11-07)
2+
3+
### ✨ Features
4+
5+
- publish wheels
6+
- publish wheels
7+
- git ignore data folder
8+
9+
### πŸ›πŸš‘οΈ Fixes
10+
11+
- **template**: some symlinks are not bein converted after creating a project
12+
- broken symlinks
13+
- permission not propagated
14+
- fix wheel location to upload
15+
- add missing plugin to mkdocs.yml
16+
- remove unnecessary sphinx dependencies from template and update packages
17+
18+
### πŸ”’οΈ Security
19+
20+
- **pages**: undo previous change because it did not fix anything
21+
- **docs**: attempt to add secure headers to github pages
22+
23+
### πŸŽ¨πŸ—οΈ Style & Architecture
24+
25+
- rename some workflows
26+
27+
### πŸ’šπŸ‘· CI & Build
28+
29+
- stop publishing wheels
30+
31+
### πŸ”§πŸ”¨πŸ“¦οΈ Configuration, Scripts, Packages
32+
33+
- remove some icons in docs to try to enforce hsts headers
34+
- pytest in vscode now supports coverage
35+
- remove unused settings
36+
37+
### πŸ§‘β€πŸ’» Developer Experience
38+
39+
- update vscode settings with latest updates
40+
141
## v0.0.13 (2024-08-27)
242

343
### ✨ 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.13"
3+
version = "0.0.14"
44
description = ""
55
authors = ["microsoft"]
66
license = "MIT License"

0 commit comments

Comments
Β (0)