Skip to content

Commit fa7043f

Browse files
chore(main): release 0.1.0 (#144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 645e677 commit fa7043f

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.15"}
1+
{".":"0.1.0"}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/spotify/confidence-sdk-java/compare/v0.0.15...v0.1.0) (2024-06-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Re-packaging ([#143](https://github.com/spotify/confidence-sdk-java/issues/143))
9+
10+
### 🧹 Chore
11+
12+
* **main:** release 0.0.16-SNAPSHOT ([#141](https://github.com/spotify/confidence-sdk-java/issues/141)) ([051b2d6](https://github.com/spotify/confidence-sdk-java/commit/051b2d67848e24b7ae435be9c7dfe47c99e12c5a))
13+
14+
15+
### 🔄 Refactoring
16+
17+
* Re-packaging ([#143](https://github.com/spotify/confidence-sdk-java/issues/143)) ([645e677](https://github.com/spotify/confidence-sdk-java/commit/645e677712f6d715fa845affebb1a857619d0cff))
18+
319
## [0.0.15](https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15) (2024-06-04)
420

521

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
1111
<dependency>
1212
<groupId>com.spotify.confidence</groupId>
1313
<artifactId>sdk-java</artifactId>
14-
<version>0.0.16-SNAPSHOT</version>
14+
<version>0.1.0</version>
1515
</dependency>
1616
```
1717
<!---x-release-please-end-->

openfeature-provider/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.spotify.confidence</groupId>
86
<artifactId>confidence-sdk-java</artifactId>
9-
<version>0.0.16-SNAPSHOT</version>
7+
<version>0.1.0</version>
108
</parent>
119

1210
<artifactId>openfeature-provider</artifactId>

pom.xml

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

2121
<groupId>com.spotify.confidence</groupId>
2222
<artifactId>confidence-sdk-java</artifactId>
23-
<version>0.0.16-SNAPSHOT</version>
23+
<version>0.1.0</version>
2424

2525
<url>https://github.com/spotify/confidence-sdk-java</url>
2626
<description>Confidence SDK for Java</description>

sdk-java/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.spotify.confidence</groupId>
86
<artifactId>confidence-sdk-java</artifactId>
9-
<version>0.0.16-SNAPSHOT</version>
7+
<version>0.1.0</version>
108
</parent>
119

1210
<artifactId>sdk-java</artifactId>

0 commit comments

Comments
 (0)