bump: version 0.1.0 → 0.2.0

This commit is contained in:
github-actions[bot] 2023-12-03 19:28:50 +00:00
parent 8051894731
commit f62e0281da
3 changed files with 31 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "cz_conventional_commits" name = "cz_conventional_commits"
tag_format = "v$version" tag_format = "v$version"
version_scheme = "semver" version_scheme = "semver"
version = "0.1.0" version = "0.2.0"
version_files = [ "version.php:VERSION" ] version_files = [ "version.php:VERSION" ]
update_changelog_on_bump = true update_changelog_on_bump = true
major_version_zero = true major_version_zero = true

29
CHANGELOG.md Normal file
View file

@ -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

View file

@ -1,3 +1,3 @@
<?php <?php
const VERSION = "0.1.0"; const VERSION = "0.2.0";