diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5a538df --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.0.0](https://github.com/run-llama/llama-parse-java/compare/v0.0.1...v1.0.0) (2026-06-25) + + +### Features + +* **java:** enable Maven Central publishing (ai.llamaindex:llama-cloud) ([6bc70c0](https://github.com/run-llama/llama-parse-java/commit/6bc70c07baea09fe7a3332eacd46606b9e97c722)) + + +### Chores + +* configure new SDK language ([f5bfbf1](https://github.com/run-llama/llama-parse-java/commit/f5bfbf17777ed432162656ae5e3eaeb7d40978cb)) +* release 1.0.0 ([845b61c](https://github.com/run-llama/llama-parse-java/commit/845b61ccc16299996e92b8e52b78e647ba460f35)) +* **spec:** sync OpenAPI spec from platform ([1245d24](https://github.com/run-llama/llama-parse-java/commit/1245d24ba984b175a8fb2c8886a7dd4012816f0d)) diff --git a/README.md b/README.md index ccdf68e..d0b8b1c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.llamacloud_prod.api/llama-cloud)](https://central.sonatype.com/artifact/com.llamacloud_prod.api/llama-cloud/0.0.1) -[![javadoc](https://javadoc.io/badge2/com.llamacloud_prod.api/llama-cloud/0.0.1/javadoc.svg)](https://javadoc.io/doc/com.llamacloud_prod.api/llama-cloud/0.0.1) +[![Maven Central](https://img.shields.io/maven-central/v/com.llamacloud_prod.api/llama-cloud)](https://central.sonatype.com/artifact/com.llamacloud_prod.api/llama-cloud/1.0.0) +[![javadoc](https://javadoc.io/badge2/com.llamacloud_prod.api/llama-cloud/1.0.0/javadoc.svg)](https://javadoc.io/doc/com.llamacloud_prod.api/llama-cloud/0.0.1) @@ -22,7 +22,7 @@ Use the Llama Cloud MCP Server to enable AI assistants to interact with this API -The REST API documentation can be found on [developers.llamaindex.ai](https://developers.llamaindex.ai/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.llamacloud_prod.api/llama-cloud/0.0.1). +The REST API documentation can be found on [developers.llamaindex.ai](https://developers.llamaindex.ai/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.llamacloud_prod.api/llama-cloud/1.0.0). @@ -33,7 +33,7 @@ The REST API documentation can be found on [developers.llamaindex.ai](https://de ### Gradle ```kotlin -implementation("ai.llamaindex:llama-cloud:0.0.1") +implementation("ai.llamaindex:llama-cloud:1.0.0") ``` ### Maven @@ -42,7 +42,7 @@ implementation("ai.llamaindex:llama-cloud:0.0.1") ai.llamaindex llama-cloud - 0.0.1 + 1.0.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 5f5e899..2f75617 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { allprojects { group = "ai.llamaindex" - version = "0.0.1" // x-release-please-version + version = "1.0.0" // x-release-please-version } subprojects {