Skip to content

Commit f1dd6d1

Browse files
chore(release): 0.2.7 [skip ci]
## [0.2.7](v0.2.6...v0.2.7) (2024-05-31) ### Bug Fixes * users cannot play illegal cards anymore ([e206769](e206769))
1 parent e206769 commit f1dd6d1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.7](https://github.com/sne11ius/pp/compare/v0.2.6...v0.2.7) (2024-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* users cannot play illegal cards anymore ([e206769](https://github.com/sne11ius/pp/commit/e206769fe837a6838fa7be64e610a10cd59e12f0))
7+
18
## [0.2.6](https://github.com/sne11ius/pp/compare/v0.2.5...v0.2.6) (2024-05-28)
29

310

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
group = "pp"
4646

4747
// Updated via semantic-release-replace-plugin
48-
version = "0.2.6"
48+
version = "0.2.7"
4949

5050
java {
5151
sourceCompatibility = VERSION_21

client/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
// Updated via semantic-release-replace-plugin
19-
var version = "0.2.6"
19+
var version = "0.2.7"
2020

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

0 commit comments

Comments
 (0)