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 c53b125
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c53b125

Please sign in to comment.