Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.1](v0.2.0...v0.2.1) (2024-05-24)

### Bug Fixes

* add `@RegisterForReflection` to `ReleaseInfo` ([b8c8c83](b8c8c83))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent b8c8c83 commit ae41799
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.1](https://github.com/sne11ius/pp/compare/v0.2.0...v0.2.1) (2024-05-24)


### Bug Fixes

* add `@RegisterForReflection` to `ReleaseInfo` ([b8c8c83](https://github.com/sne11ius/pp/commit/b8c8c83243ffb77e00643215aa94634d179643ac))

# [0.2.0](https://github.com/sne11ius/pp/compare/v0.1.0...v0.2.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
group = "pp"

// Updated via semantic-release-replace-plugin
version = "0.2.0"
version = "0.2.1"

java {
sourceCompatibility = VERSION_21
Expand Down
2 changes: 1 addition & 1 deletion client/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// Updated via semantic-release-replace-plugin
var version = "0.2.0"
var version = "0.2.1"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down

0 comments on commit ae41799

Please sign in to comment.