From 181548751722badfc1eb59d02af4753d1bfd2dd8 Mon Sep 17 00:00:00 2001 From: aleidk Date: Tue, 15 Apr 2025 15:36:38 -0400 Subject: [PATCH] chore(version): 0.1.0 --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6673aca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - +## 0.1.0 - 2025-04-15 +#### Bug Fixes +- prevent crash of ci due to artifacts upload - (e0b259c) - aleidk +- gracefully handle no db password - (b22a5e5) - aleidk +- embedded templates path on build - (8e1e366) - aleidk +#### Build system +- simplify build & run process of FE files - (6ee3457) - aleidk +- add actions workflow for release - (9d2dc81) - aleidk +- update dockerfile - (29756b9) - aleidk +- add docker build files - (3c2d3cf) - aleidk +#### Features +- add basic configuration support - (3ff1f26) - aleidk +- add mini-strap components - (e59ae1f) - aleidk +- add basic htmx example - (ffca617) - aleidk +- add htmx package - (17bf419) - aleidk +- add sqlx transaction extractor to router - (a662b94) - aleidk +- add sqlx basic config - (48afdac) - aleidk +- add frontend compilation task with bun - (6b7642b) - aleidk +- add minijinja as template engine - (6cb75aa) - aleidk +- add error handling - (8d8388e) - aleidk +- add basic template functionality - (6bf3947) - aleidk +- add axium hello world - (0923ac1) - aleidk +- add database service as dev dependency - (ca2ea91) - aleidk +#### Miscellaneous Chores +- update bump tasks - (c535ee2) - aleidk +- remove unecesary dependencies - (48b0252) - aleidk +- add build steps to justfile - (e379967) - aleidk +- remove ci pipelines - (ba51990) - aleidk +- add semantic version to pipeline - (5bd421f) - aleidk +- fix restart when updating frontend files - (56a9c7b) - aleidk +- add tracing logs - (5a9b871) - aleidk +- add live reload features - (b6c909f) - aleidk +- init cargo project - (5362d2b) - aleidk +- initial commit - (7e331ee) - alecodes +#### Refactoring +- update dockerfile build - (d5e4886) - aleidk +- change migration tool to sqlx - (49c8682) - aleidk +- change css library to picocss - (27037a9) - aleidk +- change asset handling - (1871610) - aleidk +- build fronend via cli to allow watch mode - (e0e8700) - aleidk +- re-structure frontend code - (3e0dd79) - aleidk +#### Revert +- refactor: build fronend via cli to allow watch mode - (cfaf7ec) - aleidk + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/package.json b/package.json index e8cb7aa..5fbe37b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compendium", "module": "index.ts", - "version": "0.0.0", + "version": "0.1.0", "devDependencies": { "@alecodes/tmpl-build-and-load": "^0.1.3", "@types/bun": "latest"