We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aef64 commit bf544c8Copy full SHA for bf544c8
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
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
+
8
## 0.1.0 - 2022-11-07
9
- Initial release with support for historical data
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
# Project details
#
-project("databento" VERSION 0.1.0 LANGUAGES CXX)
+project("databento" VERSION 0.2.0 LANGUAGES CXX)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
10
0 commit comments