Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedld committed Nov 21, 2020
1 parent 7acecb6 commit 13f7e4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project(haval VERSION 1.2 LANGUAGES CXX)
project(haval VERSION 1.3 LANGUAGES CXX)

set(HAVAL_STANDALONE_BUILD OFF)
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-11-21 Mike Gelfand <[email protected]>

* Switch from separate `from_*` methods to an overloaded `hash` method.
* Add new `end_to` method to store result in a user-provided buffer.
* Expose library version via havalver.h file.
* Add an (optional) Qt convenience wrapper with Qt 5 and Qt 6 support.
* Support specifying components when using `find_package` with CMake;
currently 3 components are provided: "core" (STL-based library),
"qt" (Qt-based wrapper), and "app" (CLI tool).

2020-10-24 Mike Gelfand <[email protected]>

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

0 comments on commit 13f7e4a

Please sign in to comment.