Skip to content

Commit

Permalink
πŸ”– bump: version 0.0.13 β†’ 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Nov 7, 2024
1 parent 0c05e3f commit 3d37888
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## v0.0.14 (2024-11-07)

### ✨ Features

- publish wheels
- publish wheels
- git ignore data folder

### πŸ›πŸš‘οΈ Fixes

- **template**: some symlinks are not bein converted after creating a project
- broken symlinks
- permission not propagated
- fix wheel location to upload
- add missing plugin to mkdocs.yml
- remove unnecessary sphinx dependencies from template and update packages

### πŸ”’οΈ Security

- **pages**: undo previous change because it did not fix anything
- **docs**: attempt to add secure headers to github pages

### πŸŽ¨πŸ—οΈ Style & Architecture

- rename some workflows

### πŸ’šπŸ‘· CI & Build

- stop publishing wheels

### πŸ”§πŸ”¨πŸ“¦οΈ Configuration, Scripts, Packages

- remove some icons in docs to try to enforce hsts headers
- pytest in vscode now supports coverage
- remove unused settings

### πŸ§‘β€πŸ’» Developer Experience

- update vscode settings with latest updates

## v0.0.13 (2024-08-27)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookie-doh"
version = "0.0.13"
version = "0.0.14"
description = ""
authors = ["microsoft"]
license = "MIT License"
Expand Down

0 comments on commit 3d37888

Please sign in to comment.