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 e867d4c commit 7229807
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 1 deletion.
2 changes: 1 addition & 1 deletion levels/.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 = "levels/v$version"

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


- fix: level tags (#9)
- * fix: log levels tag

* fix: log levels tag
- fix: log levels tag (#8)
- bump: version 0.1.0 → 0.2.0
- fix: tag (#7)
- * chore: remove .idea folder

* feat: change iota on levels

* chore: format

* fix: change pull before tag
- bump: version 0.0.0 → 0.1.0
- feat: format imports (#6)
- * chore: remove .idea folder

* feat: change iota on levels

* chore: format
- fix: skip tag (#5)
- * feat: add slog adapter

* fix: modify mod versions

* chore: save

* ci: modify pipelines

* fix: skip tag

* chore: fields constructor doc
- chore: fix levels tag name (#4)
- * feat: add slog adapter

* fix: modify mod versions

* chore: save

* ci: modify pipelines

* chore: fix tag name on levels
- bump: version 0.0.0 → 0.1.0
- 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 7229807

Please sign in to comment.