Skip to content

Commit 1ba3ff7

Browse files
committedJul 16, 2024·
VER: Release 0.20.1
1 parent de47c72 commit 1ba3ff7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.20.1 - TBD
3+
## 0.20.1 - 2024-07-16
44

55
#### Enhancements
66
- Improved installation with `CMake`: license is now installed, transitive dependencies are configured

‎CMakeLists.txt

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

1010
#

‎pkg/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Databento <support@databento.com>
22
_pkgname=databento-cpp
33
pkgname=databento-cpp-git
4-
pkgver=0.20.0
4+
pkgver=0.20.1
55
pkgrel=1
66
pkgdesc="Official C++ client for Databento"
77
arch=('any')

0 commit comments

Comments
 (0)
Please sign in to comment.