Skip to content

Commit 82cb728

Browse files
chore: release main (#190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b88849a commit 82cb728

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"confidence-cloudflare-resolver": "0.4.1",
44
"wasm-msg": "0.2.1",
55
"wasm/rust-guest": "0.1.11",
6-
"openfeature-provider/java": "0.9.0",
6+
"openfeature-provider/java": "0.9.1",
77
"openfeature-provider/js": "0.3.0",
88
"openfeature-provider/go": "0.3.0",
99
"openfeature-provider/ruby": "0.1.1"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openfeature-provider/java/CHANGELOG.md

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

3+
## [0.9.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.9.0...openfeature-provider-java-v0.9.1) (2025-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* formatting ([#189](https://github.com/spotify/confidence-resolver/issues/189)) ([b88849a](https://github.com/spotify/confidence-resolver/commit/b88849aa804f80ab014e6b94ef84569556efa7a3))
9+
310
## [0.9.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.8.0...openfeature-provider-java-v0.9.0) (2025-12-02)
411

512

openfeature-provider/java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openfeature-provider-java"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
publish = false
66

openfeature-provider/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this dependency to your `pom.xml`:
2020
<dependency>
2121
<groupId>com.spotify.confidence</groupId>
2222
<artifactId>openfeature-provider-local</artifactId>
23-
<version>0.9.0</version>
23+
<version>0.9.1</version>
2424
</dependency>
2525
```
2626
<!-- x-release-please-end -->

openfeature-provider/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>openfeature-provider-local</artifactId>
7-
<version>0.9.0</version>
7+
<version>0.9.1</version>
88
<name>Confidence local resolve provider</name>
99
<description>Confidence OpenFeature provider for local flag resolution using WebAssembly</description>
1010
<url>https://github.com/spotify/confidence-resolver</url>

openfeature-provider/java/src/main/java/com/spotify/confidence/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
public final class Version {
88
/** Current version of the Confidence OpenFeature local provider. */
9-
public static final String VERSION = "0.9.0"; // x-release-please-version
9+
public static final String VERSION = "0.9.1"; // x-release-please-version
1010

1111
private Version() {
1212
// Utility class, prevent instantiation

0 commit comments

Comments
 (0)