Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Apr 17, 2024
1 parent 0da9196 commit a6aac73
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fields/.cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_customize"
version = "0.0.0"
version = "0.1.0"
tag_format = "fields/v$version"

[tool.commitizen.customize]
Expand Down
47 changes: 47 additions & 0 deletions fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## fields/v0.1.0 (2024-04-17)


- feat: add slog adapter (#3)
- * feat: add slog adapter

* fix: modify mod versions

* chore: save

* ci: modify pipelines

* fix: ci deployment

* chore: add comments
- chore(deps): bump tj-actions/changed-files from 22.2 to 26.1 (#2)
- Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 22.2 to 26.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v22.2...v26.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- feat: add slog adapter (#1)
- * feat: add slog adapter

* ci: upgrade pre commit hooks

* fix: modify mod versions

* chore: save

* ci: modify pipelines

* chore: modify go version

* ci: remove go 1.20 from pipeline

* ci: complete first iteration of tagging
- chore: add first version

0 comments on commit a6aac73

Please sign in to comment.