Skip to content

Commit

Permalink
Merge pull request #52 from turbopuffer/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--changes--next

release: 0.1.0-beta.4
  • Loading branch information
benesch authored Feb 19, 2025
2 parents 34de4d0 + 2e0e3e1 commit 6042ec1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.3"
".": "0.1.0-beta.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-beta.4 (2025-02-19)

Full Changelog: [v0.1.0-beta.3...v0.1.0-beta.4](https://github.com/turbopuffer/turbopuffer-java/compare/v0.1.0-beta.3...v0.1.0-beta.4)

### Features

* fix: avoid merge conflicts in build.gradle.kts ([58f1a36](https://github.com/turbopuffer/turbopuffer-java/commit/58f1a3603f772fa028ff46e9f1c0a0a62201820f))

## 0.1.0-beta.3 (2025-02-19)

Full Changelog: [v0.1.0-beta.2...v0.1.0-beta.3](https://github.com/turbopuffer/turbopuffer-java/compare/v0.1.0-beta.2...v0.1.0-beta.3)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.turbopuffer/turbopuffer-java)](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/0.1.0-beta.3)
[![Maven Central](https://img.shields.io/maven-central/v/com.turbopuffer/turbopuffer-java)](https://central.sonatype.com/artifact/com.turbopuffer/turbopuffer-java/0.1.0-beta.4)

<!-- x-release-please-end -->

Expand All @@ -19,7 +19,7 @@ The REST API documentation can be found on [turbopuffer.com](https://turbopuffer
### Gradle

```kotlin
implementation("com.turbopuffer:turbopuffer-java:0.1.0-beta.3")
implementation("com.turbopuffer:turbopuffer-java:0.1.0-beta.4")
```

### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.turbopuffer:turbopuffer-java:0.1.0-beta.3")
<dependency>
<groupId>com.turbopuffer</groupId>
<artifactId>turbopuffer-java</artifactId>
<version>0.1.0-beta.3</version>
<version>0.1.0-beta.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.turbopuffer"
version = "0.1.0-beta.3" // x-release-please-version
version = "0.1.0-beta.4" // x-release-please-version
}

// Separate block from above to avoid merge conflicts with Stainless.
Expand Down

0 comments on commit 6042ec1

Please sign in to comment.