Skip to content

Commit 2b5fe23

Browse files
committed
Upgrade to 1.4.22
1 parent e0a5696 commit 2b5fe23

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hoel Changelog
22

3+
## 1.4.22
4+
5+
- Fix `h_escape_string_mariadb`
6+
37
## 1.4.21
48

59
- Replace `#define h_exec_query_sqlite` with a redefinition of `h_exec_query_sqlite` as a function

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/hoel/")
2828
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/hoel/issues")
2929
set(LIBRARY_VERSION_MAJOR "1")
3030
set(LIBRARY_VERSION_MINOR "4")
31-
set(LIBRARY_VERSION_PATCH "21")
31+
set(LIBRARY_VERSION_PATCH "22")
3232
set(ORCANIA_VERSION_REQUIRED "2.2.2")
3333
set(YDER_VERSION_REQUIRED "1.4.15")
3434
set(JANSSON_VERSION_REQUIRED "2.4")

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OBJECTS=hoel-sqlite.o hoel-mariadb.o hoel-pgsql.o hoel-simple-json.o hoel.o
6060
OUTPUT=libhoel.so
6161
VERSION_MAJOR=1
6262
VERSION_MINOR=4
63-
VERSION_PATCH=21
63+
VERSION_PATCH=22
6464

6565
all: release
6666

0 commit comments

Comments
 (0)