Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Release version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Mar 23, 2023
1 parent 3a9f2c2 commit 5bc96de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.6.1
* Use -Wformat-security and fix some warnings
* Fix not free'd variables in test cases to avoid false positives from tests

Version 0.6.0
* Create STRICT table (#1)
* Use bind for DELETE and REPLACE statements (#2)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
'b_pie=true',
'warning_level=2',],
license : ['BSD-2-Clause',],
version : '0.6.0',
version : '0.6.1',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 5bc96de

Please sign in to comment.