Commit 3d37888 1 parent 0c05e3f commit 3d37888 Copy full SHA for 3d37888
File tree 2 files changed +41
-1
lines changed
2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
41
## v0.0.13 (2024-08-27)
2
42
3
43
### β¨ Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cookie-doh"
3
- version = " 0.0.13 "
3
+ version = " 0.0.14 "
4
4
description = " "
5
5
authors = [" microsoft" ]
6
6
license = " MIT License"
You canβt perform that action at this time.
0 commit comments