Skip to content

Commit 19cebd9

Browse files
authored
chore: Prepare for major release. (#138)
1 parent 558d3f7 commit 19cebd9

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
This repository contains LaunchDarkly SDK packages which are written in C++.
44
This includes shared libraries, used by SDKs and other tools, as well as SDKs.
55

6-
This repository contains beta software and should not be considered ready for production use while this message is
7-
visible.
8-
96
## Packages
107

118
| Readme | issues | tests | docs |

libs/client-sdk/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
LaunchDarkly Client-Side SDK for C/C++
22
===================================
33

4-
This SDK is a beta version and should not be considered ready for production use while this message is
5-
visible.
6-
74
[![Actions Status](https://github.com/launchdarkly/cpp-sdks/actions/workflows/client.yml/badge.svg)](https://github.com/launchdarkly/cpp-sdks/actions/workflows/client.yml)
85
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/cpp-sdks/libs/client-sdk/docs/html/)
96

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"packages": {
66
"libs/client-sdk": {
7-
"initial-version": "0.1.0",
7+
"release-as": "3.0.0",
88
"extra-files": [
99
"include/launchdarkly/client_side/client.hpp",
1010
"tests/client_c_bindings_test.cpp",

0 commit comments

Comments
 (0)