Skip to content

Commit

Permalink
VER: Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Jul 9, 2024
1 parent 72c020f commit 11aca9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.20.0 - TBD
## 0.20.0 - 2024-07-09

This release adds support for encoding DBN within the C++ client.
It also improves historical symbology support with the new `TsSymbolMap` class that
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
# Project details
#

project("databento" VERSION 0.19.1 LANGUAGES CXX)
project("databento" VERSION 0.20.0 LANGUAGES CXX)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)

#
Expand Down
2 changes: 1 addition & 1 deletion pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Databento <[email protected]>
_pkgname=databento-cpp
pkgname=databento-cpp-git
pkgver=0.19.1
pkgver=0.20.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
Expand Down

0 comments on commit 11aca9c

Please sign in to comment.