diff --git a/.changes/0.14.0.md b/.changes/0.14.0.md new file mode 100644 index 00000000..b961f1a7 --- /dev/null +++ b/.changes/0.14.0.md @@ -0,0 +1,11 @@ +## 0.14.0 - 2024-01-06 + +### Features + +* Allow for abstract PHP and MariaDB versions in the config. +* Kana will now detect if a folder where a site is started is a theme or a plugin and start the appropriate site type. + +### Chores + +* Cleanup Go modules with go mod tidy +* Update project dependencies diff --git a/.changes/unreleased/Chores-20231116-191906.yaml b/.changes/unreleased/Chores-20231116-191906.yaml deleted file mode 100644 index fb67bb15..00000000 --- a/.changes/unreleased/Chores-20231116-191906.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Cleanup Go modules with go mod tidy -time: 2023-11-16T19:19:06.197872422Z diff --git a/.changes/unreleased/Chores-20231203-170747.yaml b/.changes/unreleased/Chores-20231203-170747.yaml deleted file mode 100644 index 74601951..00000000 --- a/.changes/unreleased/Chores-20231203-170747.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update project dependencies -time: 2023-12-03T17:07:47.960698015Z diff --git a/.changes/unreleased/Features-20231125-165253.yaml b/.changes/unreleased/Features-20231125-165253.yaml deleted file mode 100644 index 40fe64e0..00000000 --- a/.changes/unreleased/Features-20231125-165253.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Allow for abstract PHP and MariaDB versions in the config. -time: 2023-11-25T16:52:53.300307299Z diff --git a/.changes/unreleased/Features-20231203-162042.yaml b/.changes/unreleased/Features-20231203-162042.yaml deleted file mode 100644 index 5ea36882..00000000 --- a/.changes/unreleased/Features-20231203-162042.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Features -body: Kana will now detect if a folder where a site is started is a theme or a plugin - and start the appropriate site type. -time: 2023-12-03T16:20:42.294371372Z diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e29ae9..71961c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.14.0 - 2024-01-06 + +### Features + +* Allow for abstract PHP and MariaDB versions in the config. +* Kana will now detect if a folder where a site is started is a theme or a plugin and start the appropriate site type. + +### Chores + +* Cleanup Go modules with go mod tidy +* Update project dependencies + ## 0.13.1 - 2023-11-15 ### Features