Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blackhorseya committed Oct 4, 2024
1 parent 0a9830f commit 60a31d6
Show file tree
Hide file tree
Showing 2 changed files with 21 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 = "$version"
version_scheme = "semver"
version = "0.5.2"
version = "0.5.3"
update_changelog_on_bump = true
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.5.3 (2024-10-04)

### Feat

- implement OpenTelemetry tracing functionality
- consolidate analytics proto files in biz and model

### Refactor

- refactor error handling in block lookup process
- refactor context management by removing OpenTelemetry usage
- refactor context management for improved clarity
- enhance context management in initialization process
- refactor context management and error handling
- refactor context management for block services
- refactor context handling in tracing methods
- eliminate Restful interface from adapterx package
- refactor context handling for improved consistency (#77)
- refactor context handling for improved consistency

## 0.5.2 (2024-10-04)

### Feat
Expand Down

0 comments on commit 60a31d6

Please sign in to comment.