Skip to content

Commit

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

### Features

* update README to trigger release ([6b6eb43](6b6eb43))
  • Loading branch information
semantic-release-bot committed May 23, 2024
1 parent 6b6eb43 commit 43c9781
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.0](https://github.com/sne11ius/pp/compare/v0.1.0...v0.2.0) (2024-05-23)


### Features

* update README to trigger release ([6b6eb43](https://github.com/sne11ius/pp/commit/6b6eb431d422373ce590003ef7eae1cb644c2a7c))

# [0.1.0](https://github.com/sne11ius/pp/compare/v0.0.1...v0.1.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.1.0"
version = "0.2.0"

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.1.0"
var version = "0.2.0"

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

0 comments on commit 43c9781

Please sign in to comment.