From 2f526067e48593f2b1229a0704d996a9a8ce26a8 Mon Sep 17 00:00:00 2001 From: merloxx Date: Sun, 22 Dec 2024 12:14:00 +0100 Subject: [PATCH] Changed: Updated CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ src/Application.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cfdea..6472018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 🔥 [v1.0.0-alpha.3](https://github.com/zaphyr-org/framework/compare/1.0.0-alpha.2...1.0.0-alpha.3) [2024-12-22] + +### New: +* Added bin path to Application class + +### Changed: +* Renamed "logs" commands to "log" and "routes" command to "router" +* Updated zaphyr-org/config to v2.3 +* Changed app source code directory from "src" to "app" + +### Fixed: +* Fixed path for router list command in phpstan.neon + ## 🔥 [v1.0.0-alpha.2](https://github.com/zaphyr-org/framework/compare/1.0.0-alpha.1...1.0.0-alpha.2) [2024-05-11] ### Fixed: diff --git a/src/Application.php b/src/Application.php index b7e028f..ab15aa4 100755 --- a/src/Application.php +++ b/src/Application.php @@ -16,7 +16,7 @@ class Application implements ApplicationInterface /** * @const string */ - public const VERSION = '1.0.0-alpha.1'; + public const VERSION = '1.0.0-alpha.3'; /** * @var bool