Skip to content

Commit 1d10abe

Browse files
chore: release main (#258)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-cpp-client: 3.1.0</summary> ## [3.1.0](launchdarkly-cpp-client-v3.0.10...launchdarkly-cpp-client-v3.1.0) (2023-10-13) ### Features * clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](#255)) ([ed23c9a](ed23c9a)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.1.11 to 0.2.0 * launchdarkly-cpp-common bumped from 0.3.7 to 0.4.0 * launchdarkly-cpp-sse-client bumped from 0.1.3 to 0.2.0 </details> <details><summary>launchdarkly-cpp-common: 0.4.0</summary> ## [0.4.0](launchdarkly-cpp-common-v0.3.7...launchdarkly-cpp-common-v0.4.0) (2023-10-13) ### Features * clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](#255)) ([ed23c9a](ed23c9a)) </details> <details><summary>launchdarkly-cpp-internal: 0.2.0</summary> ## [0.2.0](launchdarkly-cpp-internal-v0.1.11...launchdarkly-cpp-internal-v0.2.0) (2023-10-13) ### Features * clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](#255)) ([ed23c9a](ed23c9a)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-common bumped from 0.3.7 to 0.4.0 </details> <details><summary>launchdarkly-cpp-sse-client: 0.2.0</summary> ## [0.2.0](launchdarkly-cpp-sse-client-v0.1.3...launchdarkly-cpp-sse-client-v0.2.0) (2023-10-13) ### Features * clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](#255)) ([ed23c9a](ed23c9a)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed23c9a commit 1d10abe

File tree

13 files changed

+60
-16
lines changed

13 files changed

+60
-16
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"libs/client-sdk": "3.0.10",
3-
"libs/server-sent-events": "0.1.3",
4-
"libs/common": "0.3.7",
5-
"libs/internal": "0.1.11"
2+
"libs/client-sdk": "3.1.0",
3+
"libs/server-sent-events": "0.2.0",
4+
"libs/common": "0.4.0",
5+
"libs/internal": "0.2.0"
66
}

libs/client-sdk/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be docume
88
* dependencies
99
* launchdarkly-cpp-internal bumped from 0.1.9 to 0.1.10
1010

11+
## [3.1.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.0.10...launchdarkly-cpp-client-v3.1.0) (2023-10-13)
12+
13+
14+
### Features
15+
16+
* clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](https://github.com/launchdarkly/cpp-sdks/issues/255)) ([ed23c9a](https://github.com/launchdarkly/cpp-sdks/commit/ed23c9a347665529a09d18111bb9d3b699381728))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* launchdarkly-cpp-internal bumped from 0.1.11 to 0.2.0
24+
* launchdarkly-cpp-common bumped from 0.3.7 to 0.4.0
25+
* launchdarkly-cpp-sse-client bumped from 0.1.3 to 0.2.0
26+
1127
## [3.0.10](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.0.9...launchdarkly-cpp-client-v3.0.10) (2023-10-11)
1228

1329

libs/client-sdk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPClient
9-
VERSION 3.0.10 # {x-release-please-version}
9+
VERSION 3.1.0 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Client SDK"
1111
LANGUAGES CXX C
1212
)

libs/client-sdk/include/launchdarkly/client_side/client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class Client : public IClient {
324324

325325
private:
326326
inline static char const* const kVersion =
327-
"3.0.10"; // {x-release-please-version}
327+
"3.1.0"; // {x-release-please-version}
328328
std::unique_ptr<IClient> client;
329329
};
330330

libs/client-sdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "launchdarkly-cpp-client",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "3.0.10",
4+
"version": "3.1.0",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.1.11",
8-
"launchdarkly-cpp-common": "0.3.7",
9-
"launchdarkly-cpp-sse-client": "0.1.3"
7+
"launchdarkly-cpp-internal": "0.2.0",
8+
"launchdarkly-cpp-common": "0.4.0",
9+
"launchdarkly-cpp-sse-client": "0.2.0"
1010
}
1111
}

libs/client-sdk/tests/client_c_bindings_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEST(ClientBindings, MinimalInstantiation) {
2727

2828
char const* version = LDClientSDK_Version();
2929
ASSERT_TRUE(version);
30-
ASSERT_STREQ(version, "3.0.10"); // {x-release-please-version}
30+
ASSERT_STREQ(version, "3.1.0"); // {x-release-please-version}
3131

3232
LDClientSDK_Free(sdk);
3333
}

libs/client-sdk/tests/client_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TEST(ClientTest, ClientConstructedWithMinimalConfigAndContext) {
1616

1717
char const* version = client.Version();
1818
ASSERT_TRUE(version);
19-
ASSERT_STREQ(version, "3.0.10"); // {x-release-please-version}
19+
ASSERT_STREQ(version, "3.1.0"); // {x-release-please-version}
2020
}
2121

2222
TEST(ClientTest, AllFlagsIsEmpty) {

libs/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
* dependencies
1313
* launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2
1414

15+
## [0.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.3.7...launchdarkly-cpp-common-v0.4.0) (2023-10-13)
16+
17+
18+
### Features
19+
20+
* clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](https://github.com/launchdarkly/cpp-sdks/issues/255)) ([ed23c9a](https://github.com/launchdarkly/cpp-sdks/commit/ed23c9a347665529a09d18111bb9d3b699381728))
21+
1522
## [0.3.7](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.3.6...launchdarkly-cpp-common-v0.3.7) (2023-10-11)
1623

1724

libs/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-cpp-common",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.3.7",
4+
"version": "0.4.0",
55
"private": true
66
}

libs/internal/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@
4646
* dependencies
4747
* launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6
4848

49+
## [0.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.1.11...launchdarkly-cpp-internal-v0.2.0) (2023-10-13)
50+
51+
52+
### Features
53+
54+
* clean up LD CMake variables & allow for OpenSSL dynamic link ([#255](https://github.com/launchdarkly/cpp-sdks/issues/255)) ([ed23c9a](https://github.com/launchdarkly/cpp-sdks/commit/ed23c9a347665529a09d18111bb9d3b699381728))
55+
56+
57+
### Dependencies
58+
59+
* The following workspace dependencies were updated
60+
* dependencies
61+
* launchdarkly-cpp-common bumped from 0.3.7 to 0.4.0
62+
4963
## [0.1.11](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.1.10...launchdarkly-cpp-internal-v0.1.11) (2023-10-11)
5064

5165

0 commit comments

Comments
 (0)