Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.8...v0.3.0) (2024-05-31)

### Bug Fixes

* remove extra '}' in log message ([4e90c6b](4e90c6b))
* stop users from resetting rooms by leaving ([d2232ce](d2232ce))

### Features

* add a log message when a user leaves a room ([c808109](c808109))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent c808109 commit f77bbb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.3.0](https://github.com/sne11ius/pp/compare/v0.2.8...v0.3.0) (2024-05-31)


### Bug Fixes

* remove extra '}' in log message ([4e90c6b](https://github.com/sne11ius/pp/commit/4e90c6b7b42f5f247fcea703cc31008c22487716))
* stop users from resetting rooms by leaving ([d2232ce](https://github.com/sne11ius/pp/commit/d2232cedf2fcec976d1fbd46570e5fb84d36adc4))


### Features

* add a log message when a user leaves a room ([c808109](https://github.com/sne11ius/pp/commit/c8081092e27eeba40e4b9b626f8366d28b177b7a))

## [0.2.8](https://github.com/sne11ius/pp/compare/v0.2.7...v0.2.8) (2024-05-31)


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

// Updated via semantic-release-replace-plugin
version = "0.2.8"
version = "0.3.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.2.8"
var version = "0.3.0"

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

0 comments on commit f77bbb6

Please sign in to comment.