Skip to content

Commit

Permalink
bump: version 1.16.4 → 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Jan 28, 2024
1 parent d58a4bc commit 0fc5b5a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "1.16.4"
version = "1.17.0"
update_changelog_on_bump = true
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
## v1.17.0 (2024-01-28)

### Feat

- add devcontainer support
- add editorconfig
- add devbox support
- add commitizen support

### Fix

- remove cache on devbox GH actions
- fix errors from golangci-run

### Refactor

- change dockerfile
- update dependency management tooling
- moved files to standard layout

## v1.16.4 (2017-03-07)

## v1.16.3 (2017-03-06)

## v1.16.2 (2017-03-06)

## v1.16.1 (2016-11-26)

## v1.16.0 (2016-11-06)

## v1.15.0 (2016-09-22)

## v1.14.0 (2016-09-04)

## v1.13.1 (2016-07-16)

## v1.13.0 (2016-07-16)

## v1.12.0 (2015-07-23)

## v1.11.1 (2015-07-06)

## v1.11.0 (2015-07-06)

## v1.10.0 (2015-07-03)

## v1.9.0 (2015-06-27)

## v1.8.0 (2015-06-20)

## v1.7.0 (2015-06-01)

## v1.6.0 (2015-05-29)

## v1.5.0 (2015-04-11)

## v1.4.1 (2015-02-11)

## v1.3.1 (2014-12-15)

## v1.3 (2014-09-29)

## v1.2.0 (2014-09-16)

## v1.1.1 (2014-09-14)

## v1.1.0 (2014-08-23)

## v1.0.1 (2014-08-22)

## v1.0.0 (2014-08-21)

## v0.9.0 (2014-08-20)

0 comments on commit 0fc5b5a

Please sign in to comment.