Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Jan 29, 2023
1 parent f8f5492 commit f9ed02c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

## [0.8.1](https://github.com/YarikTH/ureact/releases/tag/0.8.1) (2023-01-29)

[Full Changelog](https://github.com/YarikTH/ureact/compare/0.8.0...0.8.1)

Fix broken CMake installation script after headers rework made in 0.8.0.

## [0.8.0](https://github.com/YarikTH/ureact/releases/tag/0.8.0) (2023-01-29)

[Full Changelog](https://github.com/YarikTH/ureact/compare/0.7.0...0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion include/ureact/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define UREACT_VERSION_MAJOR 0
#define UREACT_VERSION_MINOR 8
#define UREACT_VERSION_PATCH 1
#define UREACT_VERSION_STR "0.8.1 wip"
#define UREACT_VERSION_STR "0.8.1"

#define UREACT_VERSION \
( UREACT_VERSION_MAJOR * 10000 + UREACT_VERSION_MINOR * 100 + UREACT_VERSION_PATCH )
Expand Down
8 changes: 4 additions & 4 deletions single_include/ureact/ureact_amalgamated.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
// ----------------------------------------------------------------
// Ureact v0.8.0
// Generated: 2023-01-29 03:12:54.432542
// Ureact v0.8.1
// Generated: 2023-01-29 22:28:37.888072
// ----------------------------------------------------------------
// ureact - C++ header-only FRP library
// The library is heavily influenced by cpp.react - https://github.com/snakster/cpp.react
Expand Down Expand Up @@ -5748,8 +5748,8 @@ UREACT_END_NAMESPACE

#define UREACT_VERSION_MAJOR 0
#define UREACT_VERSION_MINOR 8
#define UREACT_VERSION_PATCH 0
#define UREACT_VERSION_STR "0.8.0"
#define UREACT_VERSION_PATCH 1
#define UREACT_VERSION_STR "0.8.1"

#define UREACT_VERSION \
( UREACT_VERSION_MAJOR * 10000 + UREACT_VERSION_MINOR * 100 + UREACT_VERSION_PATCH )
Expand Down

0 comments on commit f9ed02c

Please sign in to comment.