Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Feb 12, 2019
1 parent 2c58f68 commit 293987c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 0.2.1

This release is mainly bugfixes:

* Added `explicit_bool` strong typedef
* Fixed forwarding bug in `with()` of `array_ref`
* Silenced some warnings
* Improved CMake configuration

## Version 0.2

This release took a long time, so here are just the most important changes.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ set(CONFIG_PACKAGE_INSTALL_DIR lib/cmake/type_safe)

write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/type_safe-config-version.cmake
VERSION 0.2
VERSION 0.2.1
COMPATIBILITY SameMajorVersion
)

Expand Down

0 comments on commit 293987c

Please sign in to comment.