Skip to content

Commit

Permalink
bump: version 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Dec 5, 2023
1 parent 8ac1892 commit 55df24f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 0.2.3
version: 0.3.0
version_type: semver
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.3.0 (2023-12-05)

### Feat

- add new dependencies for testing
- add test target to makefile
- git interface for mocking
- unit tests
- mock for git object

### Refactor

- rename git object to gitHandler to avoid collides with package name
- delete nor needed file
- update code for unit testing

## 0.2.3 (2023-11-29)

### Fix
Expand Down

0 comments on commit 55df24f

Please sign in to comment.