Skip to content

Releases: microsoft/cookie-doh

# v0.0.22

18 Feb 13:02
Compare
Choose a tag to compare

v0.0.22 (2025-02-18)

docs

  • update documentation

v0.0.21

17 Feb 16:50
Compare
Choose a tag to compare

v0.0.21 (2025-02-17)

fix

  • wrong indentation in mkdocs.yml

🔐🚧📈✏️💩👽️🍻💬🥚🌱🚩🥅🩺 Others

  • breaking change

v0.0.20

17 Feb 15:56
Compare
Choose a tag to compare

v0.0.20 (2025-02-17)

♻️ Refactorings

  • use uvx with pre-commit-uv to run pre-commit >>> ⏰ 10m
  • replace PDM, pipx, pyenv and more with uv >>> ⏰ 2h

⚡️ Performance

  • python: update python version

dep-bump

  • update packages
  • update dependencies

fix

  • wrong jinja syntax
  • pin because of bug in mkdocstrings-python
  • missing set up python
  • added wandb as known-third-party library for ruff correct sorting

perf

  • switch workflows to python 3.12

style

  • install packages with uv before direnv allow
  • some more style changes
  • some style adjustments

📌➕⬇️➖⬆️ Dependencies

  • ci: upgrade GHA to install uv >>> ⏰ 1m
  • all: update dependencies

📝💡 Documentation

  • banner: update copyright year

🔥⚰️ Clean up

  • direnvrc: remove unnecessary call to uv run

v0.0.19

17 Dec 15:08
Compare
Choose a tag to compare

v0.0.19 (2024-12-17)

✅🤡🧪 Tests

  • add jinja2 rendering tests for template files

📌➕⬇️ ➖⬆️ Dependencies

  • pyproject: add jinja2 package to dev environment

v0.0.18 (2024-12-10)

🐛🚑️ Fixes

  • try some other syntax

v0.0.17

10 Dec 10:59
Compare
Choose a tag to compare

v0.0.17 (2024-12-10)

🐛🚑️ Fixes

  • jinja was not escaping some variable interpolation

v0.0.16 (2024-12-06)

06 Dec 16:29
Compare
Choose a tag to compare

v0.0.16 (2024-12-06)

✨ Features

  • add pdm package management and remove poetry

🐛🚑️ Fixes

  • installation in remote workflow
  • rebase instead of merge dependabot prs

build

  • deps-dev: bump tornado from 6.4.1 to 6.4.2

v0.0.15 (2024-11-11)

11 Nov 11:04
Compare
Choose a tag to compare

v0.0.15 (2024-11-11)

✨ Features

  • add automerge capabilities to dependabot of minor and patch updates
  • dependabot: add automerge of dependabot prs if all checks pass

🎨🏗️ Style & Architecture

  • symlinks: undo previous change because it was not needed in the end

💚👷 CI & Build

  • fix automerge for minor dependabot updates

🧹 chore

  • typo: fix typo

v0.0.14

07 Nov 17:35
Compare
Choose a tag to compare

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

27 Aug 14:56
Compare
Choose a tag to compare

v0.0.13 (2024-08-27)

✨ Features

  • add mkdocstrings and remove sphinx from docs builds
  • rootless docker in devcontainer
  • add missing docker configuration
  • install docker from docker directly

🐛🚑️ Fixes

  • wrong jinja code in readme
  • docker-in-docker in devcontainer

🔧🔨📦️ Configuration, Scripts, Packages

  • some settings updates

🧹 chore

  • cleanup unnecessary ignore

v0.0.12 Docker image in devcontainer and repo

25 Jul 16:42
Compare
Choose a tag to compare

v0.0.12 (2024-07-25)

✨ Features

  • add autocompletion for poetry in zsh
  • remake the devcontainer with dockerfile
  • install azure-cli gh and docker to devcontainer
  • add docker build support

🐛🚑️ Fixes

  • devcontainer: fix typo in post-create.sh devcontainer script

💚👷 CI & Build

  • dependabot: group security updates of dependabot

📝💡 Documentation

  • fix typo on curl install

🔐🚧📈✏️ 💩👽️🍻💬🥚🌱🚩🥅🩺 Others

  • fix typo in dependabot.yaml

🔧🔨📦️ Configuration, Scripts, Packages

  • change default config values of copier

🩹 fix-simple

  • devcontainer: use register-python-argcomplete3 rather than register-python-argcomplete