diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b9b41..c61a544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## 2025.9.18 (2025/09/19) + +### Documentation + +- Add instructions for shadcn/ui. ([83bb3fce](https://github.com/elisiariocouto/leggen/commit/83bb3fcef20d21a210bc53ce77aa533d37771668)) + + +### Features + +- **frontend:** Transform layout to use shadcn dashboard-01 with iOS PWA safe area support. ([fbb9e332](https://github.com/elisiariocouto/leggen/commit/fbb9e33279028a6a7ccf46c3696a012ec16a9ca7)) + + + +## 2025.9.18 (2025/09/19) + +### Documentation + +- Add instructions for shadcn/ui. ([83bb3fce](https://github.com/elisiariocouto/leggen/commit/83bb3fcef20d21a210bc53ce77aa533d37771668)) + + +### Features + +- **frontend:** Transform layout to use shadcn dashboard-01 with iOS PWA safe area support. ([fbb9e332](https://github.com/elisiariocouto/leggen/commit/fbb9e33279028a6a7ccf46c3696a012ec16a9ca7)) + + + ## 2025.9.17 (2025/09/18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c77b83c..8e8ac7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.17" +version = "2025.9.18" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.13.0" diff --git a/uv.lock b/uv.lock index 1084d6b..843e60c 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.17" +version = "2025.9.18" source = { editable = "." } dependencies = [ { name = "apscheduler" },