bump: version 0.8.0 → 0.9.0

This commit is contained in:
github-actions[bot] 2024-10-01 18:54:14 +00:00
parent fd20951650
commit 1e16e459b5
2 changed files with 19 additions and 1 deletions

View File

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

View File

@ -1,3 +1,21 @@
## v0.9.0 (2024-10-01)
### Feat
- add Input and RegistrationForm models
- add new utility classes
- add login and registration pages
- add tailwindcss utilities
### Fix
- **cta**: Fix typo in CTA title
- change bento section title to reflect security focus
### Refactor
- move home page sections to home package
## v0.8.0 (2024-10-01)
### Feat