From c53b12565e83613f168b1a95dbe615a99697ace4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Tue, 7 Nov 2023 11:01:11 +0100 Subject: [PATCH] :bookmark: Add CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9cbaacc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Release Notes for the Sikessem Starter + +All notable changes to [Starter](https://github.com/sikessem/starter) will be documented in this file. + +## [v0.0.1](https://github.com/sikessem/starter/releases/tag/v0.0.1) - 2023-11-07 + +- Updated the [sikessem/framework](https://github.com/sikessem/framework) to the latest version. +- Fixed and improved README by @szepeviktor in https://github.com/sikessem/starter/pull/1. +- Fixed #2: Renamed the `app/res/views/` and `app/res/` directories to `templates/` and `resources/` respectively. +- Moved files from the `app/src/` directory to the `app/` directory to respect the Laravel project structure. +- Added a new directory `src/` with the namespace `My\` for developing application-independent packages. +- Fixed #3: Improved workflows by separating assets building and app serving into jobs and added a workflow for end-to-end testing. + +## [Unreleased](https://github.com/sikessem/starter/compare/v0.0.1...HEAD) + +**Full Changelog:** [v0.0.0...v0.0.1](https://github.com/sikessem/starter/compare/v0.0.0...v0.0.1)