Skip to content

Commit

Permalink
v0.61.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Mar 15, 2024
1 parent 7e4b294 commit fca35d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fca35d8

Please sign in to comment.