Skip to content

Commit a2f2030

Browse files
chore: release main (#252)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-cpp-client: 3.0.9</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.1.9 to 0.1.10 </details> <details><summary>launchdarkly-cpp-internal: 0.1.10</summary> ## [0.1.10](launchdarkly-cpp-internal-v0.1.9...launchdarkly-cpp-internal-v0.1.10) (2023-09-21) ### Bug Fixes * catch exception if en_US.utf8-locale missing when parsing datetime headers ([#251](#251)) ([eb2a8f0](eb2a8f0)) </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 eb2a8f0 commit a2f2030

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"libs/client-sdk": "3.0.8",
2+
"libs/client-sdk": "3.0.9",
33
"libs/server-sent-events": "0.1.3",
44
"libs/common": "0.3.6",
5-
"libs/internal": "0.1.9"
5+
"libs/internal": "0.1.10"
66
}

libs/client-sdk/CHANGELOG.md

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

33
All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
### Dependencies
6+
7+
* The following workspace dependencies were updated
8+
* dependencies
9+
* launchdarkly-cpp-internal bumped from 0.1.9 to 0.1.10
10+
511
## [3.0.8](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.0.7...launchdarkly-cpp-client-v3.0.8) (2023-09-13)
612

713

libs/client-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "launchdarkly-cpp-client",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "3.0.8",
4+
"version": "3.0.9",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.1.9",
7+
"launchdarkly-cpp-internal": "0.1.10",
88
"launchdarkly-cpp-common": "0.3.6",
99
"launchdarkly-cpp-sse-client": "0.1.3"
1010
}

libs/internal/CHANGELOG.md

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

49+
## [0.1.10](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.1.9...launchdarkly-cpp-internal-v0.1.10) (2023-09-21)
50+
51+
52+
### Bug Fixes
53+
54+
* catch exception if en_US.utf8-locale missing when parsing datetime headers ([#251](https://github.com/launchdarkly/cpp-sdks/issues/251)) ([eb2a8f0](https://github.com/launchdarkly/cpp-sdks/commit/eb2a8f093996361541e11659165cbecc94c15346))
55+
4956
## [0.1.5](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.1.4...launchdarkly-cpp-internal-v0.1.5) (2023-06-30)
5057

5158

libs/internal/package.json

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

0 commit comments

Comments
 (0)