Skip to content

Commit

Permalink
🔖 Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 7, 2023
1 parent bb9c2d5 commit f2b0995
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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 improve the project structure.
- 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 asset building and application serving into tasks 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)

0 comments on commit f2b0995

Please sign in to comment.