From f62e0281da7e5d895fc8cf76b9a36a2782df28bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 3 Dec 2023 19:28:50 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ version.php | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index 2933811..11e99d5 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.1.0" +version = "0.2.0" version_files = [ "version.php:VERSION" ] update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..89818d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +## v0.2.0 (2023-12-03) + +### Feat + +- Add favicons +- Add decent mobile layout +- Add fontawesome +- Add copy feature +- Formatting for error messages +- Change charset +- Set min length to 4 +- Add return existing slug if available +- Add input validation + cleanup of controller +- Add proper success page +- Add placeholder image +- Add HTMX dependency +- Add endpoint for adding new URLs +- Add basic design for homepage +- Add logic for redirect +- Basic project setup + +### Fix + +- Small text change +- Add final . for domain lookup + +### Refactor + +- Change component to fragments diff --git a/version.php b/version.php index 54a948d..d4a5260 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@