Skip to content

Commit aee0b90

Browse files
authored
Merge pull request #15 from brand-dot-dev/release-please--branches--main--changes--next
release: 0.1.0-alpha.13
2 parents 98ac121 + f5b242d commit aee0b90

7 files changed

Lines changed: 25 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.12"
2+
".": "0.1.0-alpha.13"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-de37a4d4350c9cbde36a0e712baa6bf4f00c7ce9b70f5b24d18558740bbfa35b.yml
3-
openapi_spec_hash: 60eed6f8f984700475d589a871c73932
4-
config_hash: a7a306a1c85eef178e7989e0ce5979c6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-a38595b18a0fe26de444a0dd332f15f1e9e35667fca933d454c303676fac93e2.yml
3+
openapi_spec_hash: 1c4882ef9df6782c91ee94c1f2908a90
4+
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

CHANGELOG.md

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

3+
## 0.1.0-alpha.13 (2025-09-07)
4+
5+
Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
6+
7+
### Features
8+
9+
* **api:** manual updates ([a7b282a](https://github.com/brand-dot-dev/java-sdk/commit/a7b282a8abab07b007374d8ef307acd3eae8f1b4))
10+
311
## 0.1.0-alpha.12 (2025-09-07)
412

513
Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

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

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.12)
6-
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.12/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.12)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.13)
6+
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.13/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.13)
77

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

10-
The Brand Dev Java SDK provides convenient access to the Brand Dev REST API from applications written in Java.
10+
The Brand Dev Java SDK provides convenient access to the [Brand Dev REST API](https://docs.brand.dev/) from applications written in Java.
1111

1212
It is generated with [Stainless](https://www.stainless.com/).
1313

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

16-
Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.12).
16+
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.13).
1717

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

@@ -24,7 +24,7 @@ Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/b
2424
### Gradle
2525

2626
```kotlin
27-
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.12")
27+
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.13")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.12")
3333
<dependency>
3434
<groupId>com.branddev.api</groupId>
3535
<artifactId>brand-dev-java</artifactId>
36-
<version>0.1.0-alpha.12</version>
36+
<version>0.1.0-alpha.13</version>
3737
</dependency>
3838
```
3939

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Brand Dev, please follow the respective company's security reporting guidelines.
2020

21+
### Brand Dev Terms and Policies
22+
23+
Please contact hello@brand.dev for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
allprojects {
1111
group = "com.branddev.api"
12-
version = "0.1.0-alpha.12" // x-release-please-version
12+
version = "0.1.0-alpha.13" // x-release-please-version
1313
}
1414

1515
subprojects {

buildSrc/src/main/kotlin/brand-dev.publish.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configure<PublishingExtension> {
1111
pom {
1212
name.set("Brand API")
1313
description.set("API for retrieving brand data from any website")
14-
url.set("https://www.github.com/brand-dot-dev/java-sdk")
14+
url.set("https://docs.brand.dev/")
1515

1616
licenses {
1717
license {
@@ -22,6 +22,7 @@ configure<PublishingExtension> {
2222
developers {
2323
developer {
2424
name.set("Brand Dev")
25+
email.set("hello@brand.dev")
2526
}
2627
}
2728

0 commit comments

Comments
 (0)