mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 01:38:55 +00:00
bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
8051894731
commit
f62e0281da
3 changed files with 31 additions and 2 deletions
2
.cz.toml
2
.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
|
||||
|
|
29
CHANGELOG.md
Normal file
29
CHANGELOG.md
Normal 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
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
const VERSION = "0.1.0";
|
||||
const VERSION = "0.2.0";
|
||||
|
|
Loading…
Reference in a new issue