Skip to content

Commit 9127bc1

Browse files
committed
🚀 bump version to v0.2.7
1 parent 3ab1904 commit 9127bc1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.7] - 2024-06-17
4+
5+
### Miscellaneous Tasks
6+
7+
- Disable parallel builds
8+
39
## [0.2.6] - 2024-06-17
410

511
### Miscellaneous Tasks

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Add the dependency on your `build.gradle.kts`
1010

1111
```kotlin
1212
dependencies {
13-
implementation("io.github.magonxesp:criteria-core:0.2.6")
13+
implementation("io.github.magonxesp:criteria-core:0.2.7")
1414
}
1515
```
1616

1717
For Spring Boot and Spring Data JPA add the spring-boot dependency.
1818

1919
```kotlin
2020
dependencies {
21-
implementation("io.github.magonxesp:criteria-spring-boot:0.2.6")
21+
implementation("io.github.magonxesp:criteria-spring-boot:0.2.7")
2222
}
2323
```
2424

‎core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "io.github.magonxesp"
15-
version = "0.2.6"
15+
version = "0.2.7"
1616

1717
mavenPublishing {
1818
coordinates(group as String, "criteria-core", version as String)

‎spring-boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "io.github.magonxesp"
16-
version = "0.2.6"
16+
version = "0.2.7"
1717

1818
mavenPublishing {
1919
coordinates(group as String, "criteria-spring-boot", version as String)

0 commit comments

Comments
 (0)