Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.30"
".": "0.1.0-beta.31"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 111
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-db0e894e98bd8b3dcb73ff6aaa78775fa84c059a4b1ea8f6ca481ae826affaaa.yml
openapi_spec_hash: 7a1b7f96561158341899feff23422ac6
config_hash: 2e65c1178cfd5d688faf5c9b1a48a732
configured_endpoints: 113
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-5ac3181e71c63e5c6546c3b332853485306095584f73dc3e5942988edec5ab4b.yml
openapi_spec_hash: cb4c8b53e6983a1d06b7b89c742ed74a
config_hash: 7c6fb6cddb559f056a68eaef8c1b9921
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.31 (2026-07-01)

Full Changelog: [v0.1.0-beta.30...v0.1.0-beta.31](https://github.com/stiggio/stigg-java/compare/v0.1.0-beta.30...v0.1.0-beta.31)

### Features

* **api:** add consume/consumeAsync methods to credits consumption ([32b02b4](https://github.com/stiggio/stigg-java/commit/32b02b4663bf1b98966b08288afc958b03a7d12d))

## 0.1.0-beta.30 (2026-06-30)

Full Changelog: [v0.1.0-beta.29...v0.1.0-beta.30](https://github.com/stiggio/stigg-java/compare/v0.1.0-beta.29...v0.1.0-beta.30)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

[![Maven Central](https://img.shields.io/maven-central/v/io.stigg/stigg-java)](https://central.sonatype.com/artifact/io.stigg/stigg-java/0.1.0-beta.30)
[![javadoc](https://javadoc.io/badge2/io.stigg/stigg-java/0.1.0-beta.30/javadoc.svg)](https://javadoc.io/doc/io.stigg/stigg-java/0.1.0-beta.30)
[![Maven Central](https://img.shields.io/maven-central/v/io.stigg/stigg-java)](https://central.sonatype.com/artifact/io.stigg/stigg-java/0.1.0-beta.31)
[![javadoc](https://javadoc.io/badge2/io.stigg/stigg-java/0.1.0-beta.31/javadoc.svg)](https://javadoc.io/doc/io.stigg/stigg-java/0.1.0-beta.31)

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

Expand All @@ -22,7 +22,7 @@ Use the Stigg MCP Server to enable AI assistants to interact with this API, allo

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

Javadocs are available on [javadoc.io](https://javadoc.io/doc/io.stigg/stigg-java/0.1.0-beta.30).
Javadocs are available on [javadoc.io](https://javadoc.io/doc/io.stigg/stigg-java/0.1.0-beta.31).

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

Expand All @@ -33,7 +33,7 @@ Javadocs are available on [javadoc.io](https://javadoc.io/doc/io.stigg/stigg-jav
### Gradle

```kotlin
implementation("io.stigg:stigg-java:0.1.0-beta.30")
implementation("io.stigg:stigg-java:0.1.0-beta.31")
```

### Maven
Expand All @@ -42,7 +42,7 @@ implementation("io.stigg:stigg-java:0.1.0-beta.30")
<dependency>
<groupId>io.stigg</groupId>
<artifactId>stigg-java</artifactId>
<version>0.1.0-beta.30</version>
<version>0.1.0-beta.31</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 @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "io.stigg"
version = "0.1.0-beta.30" // x-release-please-version
version = "0.1.0-beta.31" // x-release-please-version
}

subprojects {
Expand Down
Loading
Loading