Skip to content

Commit f78740e

Browse files
chore(main): release 0.1.2
1 parent 9823817 commit f78740e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.2](https://github.com/spotify/confidence-sdk-rust/compare/v0.1.1...0.1.2) (2024-07-08)
4+
5+
6+
### 🔄 Refactoring
7+
8+
* SDK ID update ([44d3983](https://github.com/spotify/confidence-sdk-rust/commit/44d3983075f3e310d1411da226a9b6e7b9abaf23))

confidence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spotify_confidence_sdk"
33
# x-release-please-start-version
4-
version = "0.1.1"
4+
version = "0.1.2"
55
# x-release-please-end
66
edition = "2021"
77
description = "Confidence SDK for Rust"

provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spotify_confidence_openfeature_provider"
33
# x-release-please-start-version
4-
version = "0.1.1"
4+
version = "0.1.2"
55
# x-release-please-end
66
edition = "2021"
77
description = "Openfeature provider for the Confidence SDK for Rust"

0 commit comments

Comments
 (0)