File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
libs/server-sdk-redis-source Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
"libs/common" : " 1.1.0" ,
5
5
"libs/internal" : " 0.5.0" ,
6
6
"libs/server-sdk" : " 3.0.0" ,
7
- "libs/server-sdk-redis-source" : " 0.1.1 "
7
+ "libs/server-sdk-redis-source" : " 1.0.0 "
8
8
}
Original file line number Diff line number Diff line change 6
6
* dependencies
7
7
* launchdarkly-cpp-server bumped from 0.3.0 to 3.0.0
8
8
9
+ ## [ 1.0.0] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v0.1.1...launchdarkly-cpp-server-redis-source-v1.0.0 ) (2023-12-12)
10
+
11
+
12
+ ### Features
13
+
14
+ * redis source 1.0 ([ #327 ] ( https://github.com/launchdarkly/cpp-sdks/issues/327 ) ) ([ 152f139] ( https://github.com/launchdarkly/cpp-sdks/commit/152f139917356d262dfd84e518b0ba8c84d39765 ) )
15
+
9
16
## 0.1.0 (2023-12-04)
10
17
11
18
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
6
6
7
7
project (
8
8
LaunchDarklyCPPServerRedisSource
9
- VERSION 0.1 .0 # {x-release-please-version}
9
+ VERSION 1.0 .0 # {x-release-please-version}
10
10
DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source"
11
11
LANGUAGES CXX C
12
12
)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " launchdarkly-cpp-server-redis-source" ,
3
3
"description" : " This package.json exists for modeling dependencies for the release process." ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 1.0.0 " ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"launchdarkly-cpp-server" : " 3.0.0"
You can’t perform that action at this time.
0 commit comments