Skip to content

Commit d495472

Browse files
committed
VER: Release databento-cpp 0.3.0
1 parent 1d25b83 commit d495472

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog
22

3-
## TBD
4-
- Updated `Flag` enum
3+
## 0.3.0 - 2023-01-06
4+
- Add support for definition schema
5+
- Fix cancellation in `Historical::TimeseriesStream`
6+
- Fix race condition in `Historical::TimeseriesStream` exception handling
7+
- Fix gtest linker error on macOS
8+
- Add option for CMake to download gtest
9+
- Rename `TickMsg` to `MboMsg`
10+
- Change `flags` fields to unsigned
11+
- Update `Flag` enum
12+
- Standardize getter method names to pascal case
13+
- Rename `is_full_book` to `is_full_universe`
514

615
## 0.2.0 - 2022-12-01
716
- Add dataset condition endpoint

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.2.0 LANGUAGES CXX)
7+
project("databento" VERSION 0.3.0 LANGUAGES CXX)
88
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99

1010
#

0 commit comments

Comments
 (0)