Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
ci: bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2022
1 parent faeaacd commit 69fb028
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ commitizen:
bump_message: 'ci: bump version $current_version -> $new_version'
name: cz_conventional_commits
tag_format: $version
version: 0.2.0
version: 0.3.0
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.3.0 (2022-10-04)

### Feat

- **call-hook**: add call-hook wrapper
- **common**: add utility `env`

### Fix

- **base**: fix generated object extension
- **common**: add utility `has_link_stage()`
- **base**: add assertion

### Refactor

- **base**: improve file structure
- **base**: reduce ambiguity
- **base**: improve extensibility
- **base**: improvements

## 0.2.0 (2022-10-04)

### Feat
Expand Down

0 comments on commit 69fb028

Please sign in to comment.