Skip to content

Commit

Permalink
πŸ”– bump: version 0.0.1 β†’ 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed May 13, 2024
1 parent 7c64bd5 commit 179962a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## v0.0.2 (2024-05-13)

### ♻️ Refactorings

- **copier**: added a template folder and extra questions for optional tools

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

- emojis to source code
- **readme**: rename and try source code emoji
- **readme**: add main workflow status badge

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

- **codespell**: add codespell dev dependency to workflows in cookie-doh and template
- add read permissions to build-docs in main workflow
- refactor workflows

### πŸ“πŸ’‘ Documentation

- clarify some documentation
- add dev setup instructions to cookie-doh and template and update readme files

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

- **vscode**: change vscode multi-root workspace settings file to folder settings
- **pre-commit**: remove commitizen protection branch

## v0.0.1 (2024-05-07)
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.0"
version = "0.0.2"
description = ""
authors = ["microsoft"]
license = "MIT License"
Expand Down

0 comments on commit 179962a

Please sign in to comment.