Skip to content

Commit bf544c8

Browse files
committed
VER: Release C++ client 0.2.0
1 parent 29aef64 commit bf544c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
22

3+
## 0.2.0 - 2022-12-01
4+
- Add dataset condition endpoint
5+
- Improve Zstd CMake integration
6+
- Fix requesting all symbols for a dataset
7+
38
## 0.1.0 - 2022-11-07
49
- Initial release with support for historical data

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
44
# Project details
55
#
66

7-
project("databento" VERSION 0.1.0 LANGUAGES CXX)
7+
project("databento" VERSION 0.2.0 LANGUAGES CXX)
88
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99

1010
#

0 commit comments

Comments
 (0)