Skip to content

Commit

Permalink
bump: version 0.2.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stianfro committed May 1, 2024
1 parent 5201b2d commit ad4afef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ commitizen:
- hack/pre-bump.sh
tag_format: v$version
update_changelog_on_bump: true
version: 0.2.0
version: 1.0.0
version_scheme: semver
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.0 (2024-05-01)

## v0.2.0 (2024-05-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// DO NOT MODIFY
const version = "0.2.0"
const version = "1.0.0"

type tempService struct {
logger *slog.Logger
Expand Down

0 comments on commit ad4afef

Please sign in to comment.