From fca35d84b23497813616d00c5c27921947d3dd6c Mon Sep 17 00:00:00 2001 From: Mark Wong Date: Thu, 14 Mar 2024 21:34:03 -0700 Subject: [PATCH] v0.61.0 release --- CMakeLists.txt | 2 +- ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 141e6d6..f6c44a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.0) project (dbt2 C) set (PROJECT_VERSION_MAJOR 0) -set (PROJECT_VERSION_MINOR 60) +set (PROJECT_VERSION_MINOR 61) set (PROJECT_VERSION_PATCH 0) set (CMAKE_C_STANDARD 99) diff --git a/ChangeLog b/ChangeLog index ef5828b..cc03983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -vX.Y.Z (YYYY-MM-DD) +v0.61.0 (2024-03-14) - Support TOML configuration files for executing tests with `run` script - Update `run` script to use PID files to stop processes instead of killall