Skip to content

Commit 37eb3f6

Browse files
committed
0.6.0 release
1 parent 9bc48d4 commit 37eb3f6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for libfq
22

3-
0.6.0 2024-??-??
3+
0.6.0 2024-05-06
44
- support columns defined with "CHARACTER SET OCTETS"
55
- support for INT128 datatype (Firebird 4 and later)
66
- support TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE datatypes

include/libfq-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define LIBFQ_VERSION_STRING "0.6.0a"
1+
#define LIBFQ_VERSION_STRING "0.6.0"
22
#define LIBFQ_VERSION_NUMBER 600

packaging/redhat/libfq.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT
4040
/usr/include/libfq.h
4141

4242
%changelog
43+
* Mon May 6 2024 Ian Barwick ([email protected])
44+
- libfq 0.6.0
4345
* Sat Apr 27 2024 Ian Barwick ([email protected])
4446
- libfq 0.5.1
4547
* Wed Dec 28 2022 Ian Barwick ([email protected])

0 commit comments

Comments
 (0)