bump: version 0.4.2 → 0.5.0

This commit is contained in:
github-actions[bot] 2024-10-02 02:03:58 +00:00
parent cea6b77fdd
commit b56c98c678
2 changed files with 17 additions and 1 deletions

View File

@ -2,6 +2,6 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "0.4.2"
version = "0.5.0"
update_changelog_on_bump = true
major_version_zero = true

View File

@ -1,3 +1,19 @@
## v0.5.0 (2024-10-02)
### Feat
- **release**: add docker images for sonrd and motr
- update homepage with new visual design
- add DID to vault genesis schema
- add video component
- add video component
- add hx-get attribute to primary button in hero section
### Fix
- **layout**: add missing favicon
- **hero**: Use hx-swap for primary button to prevent flicker
## v0.4.2 (2024-10-01)
### Refactor