Compare commits

...

3 commits

Author SHA1 Message Date
09b9886ee7 Merge tag '0.2.0' into develop
 re-scaffolded both projects

- api: "poetry", "isort", "black", "flake8" -> astral.sh tooling
- ui: "webpack" -> "vite"
2026-02-22 13:31:53 +00:00
8140a16c03 Merge branch 'release/0.2.0' 2026-02-22 13:25:36 +00:00
848ec0e6c4 ⬆️ bump versions 2026-02-22 13:23:50 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "advent22-api"
version = "0.1.0"
version = "0.2.0"
description = ""
license = {file = "LICENSE"}
readme = "README.md"

View file

@ -4,7 +4,7 @@ requires-python = ">=3.14"
[[package]]
name = "advent22-api"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "asyncify" },

View file

@ -1,6 +1,6 @@
{
"name": "advent22_ui",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.12.0",