Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/client-sdk": "0.2.0",
"libs/client-sdk": "0.2.1",
"libs/server-sent-events": "0.1.0",
"libs/common": "0.2.0",
"libs/internal": "0.1.2"
"libs/common": "0.3.0",
"libs/internal": "0.1.3"
}
7 changes: 7 additions & 0 deletions libs/client-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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).

### Dependencies

* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.1.2 to 0.1.3
* launchdarkly-cpp-common bumped from 0.2.0 to 0.3.0

## [0.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v0.1.0...launchdarkly-cpp-client-v0.2.0) (2023-05-31)


Expand Down
6 changes: 3 additions & 3 deletions libs/client-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "launchdarkly-cpp-client",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"launchdarkly-cpp-internal": "0.1.2",
"launchdarkly-cpp-common": "0.2.0"
"launchdarkly-cpp-internal": "0.1.3",
"launchdarkly-cpp-common": "0.3.0"
}
}
15 changes: 15 additions & 0 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.2.0...launchdarkly-cpp-common-v0.3.0) (2023-05-31)


### Features

* add AllFlags C binding ([#128](https://github.com/launchdarkly/cpp-sdks/issues/128)) ([9aa0794](https://github.com/launchdarkly/cpp-sdks/commit/9aa07941c1c9d4184f8ff009fccb03db785320c3))
* Add C bindings for data source status. ([#124](https://github.com/launchdarkly/cpp-sdks/issues/124)) ([d175abb](https://github.com/launchdarkly/cpp-sdks/commit/d175abb26fdcdf28700315cdd7347dd1399cbe17))
* Add c bindings for FlagNotifier. ([#119](https://github.com/launchdarkly/cpp-sdks/issues/119)) ([11a7f61](https://github.com/launchdarkly/cpp-sdks/commit/11a7f61d56deb1ee10e73fad134efdb05887f86f))
* Allow for easier creation of contexts from existing contexts. ([#130](https://github.com/launchdarkly/cpp-sdks/issues/130)) ([5e18616](https://github.com/launchdarkly/cpp-sdks/commit/5e18616916dbb2a5ade86b06e17f194b3981fe37))


### Bug Fixes

* rename C iterator bindings to follow new/free pattern ([#129](https://github.com/launchdarkly/cpp-sdks/issues/129)) ([24dff9a](https://github.com/launchdarkly/cpp-sdks/commit/24dff9aebe4626bca02ccc6336ef46f2e41f76c7))

## [0.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.1.0...launchdarkly-cpp-common-v0.2.0) (2023-05-31)


Expand Down
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "launchdarkly-cpp-common",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"launchdarkly-cpp-sse-client": "0.1.0"
Expand Down
6 changes: 6 additions & 0 deletions libs/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@



### Dependencies

* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-common bumped from 0.2.0 to 0.3.0

## 0.1.0 (2023-05-24)


Expand Down
4 changes: 2 additions & 2 deletions libs/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "launchdarkly-cpp-internal",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"launchdarkly-cpp-common": "0.2.0"
"launchdarkly-cpp-common": "0.3.0"
}
}