From 71189f1efcf965ea395edf86a04f1fc2038f1963 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:47:22 +0000 Subject: [PATCH] release: 0.1.0-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaf968a..b56c3d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.3" + ".": "0.1.0-alpha.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8689806..a61df70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.4 (2024-12-11) + +Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/anthropics/anthropic-sdk-java/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) + +### Chores + +* update example values in tests and docs ([#9](https://github.com/anthropics/anthropic-sdk-java/issues/9)) ([5f50cbb](https://github.com/anthropics/anthropic-sdk-java/commit/5f50cbb47bdec4c97f5839359735898a0b9d2857)) + ## 0.1.0-alpha.3 (2024-12-10) Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/anthropics/anthropic-sdk-java/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) diff --git a/README.md b/README.md index b7b702e..cf01fb7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.anthropic/anthropic-java)](https://central.sonatype.com/artifact/com.anthropic/anthropic-java/0.1.0-alpha.3) +[![Maven Central](https://img.shields.io/maven-central/v/com.anthropic/anthropic-java)](https://central.sonatype.com/artifact/com.anthropic/anthropic-java/0.1.0-alpha.4) @@ -30,7 +30,7 @@ The REST API documentation can be foundĀ on [docs.anthropic.com](https://docs.an ```kotlin -implementation("com.anthropic:anthropic-java:0.1.0-alpha.3") +implementation("com.anthropic:anthropic-java:0.1.0-alpha.4") ``` #### Maven @@ -39,7 +39,7 @@ implementation("com.anthropic:anthropic-java:0.1.0-alpha.3") com.anthropic anthropic-java - 0.1.0-alpha.3 + 0.1.0-alpha.4 ``` diff --git a/build.gradle.kts b/build.gradle.kts index de7dfcd..b198449 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.anthropic" - version = "0.1.0-alpha.3" // x-release-please-version + version = "0.1.0-alpha.4" // x-release-please-version }