Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wqking committed Sep 21, 2023
1 parent c1e2a28 commit d2db8af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.5)
project(eventpp VERSION 0.1.2)
project(eventpp VERSION 0.1.3)

add_library(eventpp INTERFACE)
set(CMAKE_CXX_STANDARD 11)
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [eventpp -- C++ library for event dispatcher and callback list](#eventpp----c-library-for-event-dispatcher-and-callback-list)
- [Facts and features](#facts-and-features)
- [License](#license)
- [Version 0.1.2](#version-012)
- [Version 0.1.3](#version-013)
- [Source code](#source-code)
- [Supported compilers](#supported-compilers)
- [C++ standard requirements](#c-standard-requirements)
Expand Down Expand Up @@ -53,7 +53,7 @@ eventpp is a C++ event library for callbacks, event dispatcher, and event queue.

Apache License, Version 2.0

## Version 0.1.2
## Version 0.1.3

The master branch is usable and stable.
There are some releases on Github, but usually the releases are far behind the latest code.
Expand Down Expand Up @@ -268,6 +268,10 @@ Thanking to C++11, now it's quite easy to write a reusable event library with be

## Change log

**Version 0.1.3** Sep 21, 2023
Added utility class AnyData.
Small bugs fixes and improvements.

**Version 0.1.2** Mar 11, 2022
Bug fix.
Added more unit tests.
Expand Down

0 comments on commit d2db8af

Please sign in to comment.