Skip to content

Commit 13f7e4a

Browse files
committed
Bump version to 1.3
1 parent 7acecb6 commit 13f7e4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
2-
project(haval VERSION 1.2 LANGUAGES CXX)
2+
project(haval VERSION 1.3 LANGUAGES CXX)
33

44
set(HAVAL_STANDALONE_BUILD OFF)
55
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-11-21 Mike Gelfand <mikedld@mikedld.com>
2+
3+
* Switch from separate `from_*` methods to an overloaded `hash` method.
4+
* Add new `end_to` method to store result in a user-provided buffer.
5+
* Expose library version via havalver.h file.
6+
* Add an (optional) Qt convenience wrapper with Qt 5 and Qt 6 support.
7+
* Support specifying components when using `find_package` with CMake;
8+
currently 3 components are provided: "core" (STL-based library),
9+
"qt" (Qt-based wrapper), and "app" (CLI tool).
10+
111
2020-10-24 Mike Gelfand <mikedld@mikedld.com>
212

313
* Rewrite the library in C++ and make it header-only, allowing to

0 commit comments

Comments
 (0)