Commit 2645e5a8 authored by Dominik Charousset's avatar Dominik Charousset

Change version to 0.18.7

parent 4fe0a7b2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. The format All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com). is based on [Keep a Changelog](https://keepachangelog.com).
## [Unreleased] ## [0.18.7] - 2023-02-08
### Fixed ### Fixed
...@@ -15,7 +15,7 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -15,7 +15,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- The `fan_out_request` request now properly deals with actor handles that - The `fan_out_request` request now properly deals with actor handles that
respond with `void` (#1369). respond with `void` (#1369).
## [0.18.6] ## [0.18.6] - 2022-03-24
### Added ### Added
...@@ -796,7 +796,7 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -796,7 +796,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Setting the log level to `quiet` now properly suppresses any log output. - Setting the log level to `quiet` now properly suppresses any log output.
- Configuring colored terminal output should now print colored output. - Configuring colored terminal output should now print colored output.
[Unreleased]: https://github.com/actor-framework/actor-framework/compare/0.18.6...master [0.18.7]: https://github.com/actor-framework/actor-framework/releases/0.18.7
[0.18.6]: https://github.com/actor-framework/actor-framework/releases/0.18.6 [0.18.6]: https://github.com/actor-framework/actor-framework/releases/0.18.6
[0.18.5]: https://github.com/actor-framework/actor-framework/releases/0.18.5 [0.18.5]: https://github.com/actor-framework/actor-framework/releases/0.18.5
[0.18.4]: https://github.com/actor-framework/actor-framework/releases/0.18.4 [0.18.4]: https://github.com/actor-framework/actor-framework/releases/0.18.4
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/// Denotes version of CAF in the format {MAJOR}{MINOR}{PATCH}, /// Denotes version of CAF in the format {MAJOR}{MINOR}{PATCH},
/// whereas each number is a two-digit decimal number without /// whereas each number is a two-digit decimal number without
/// leading zeros (e.g. 900 is version 0.9.0). /// leading zeros (e.g. 900 is version 0.9.0).
#define CAF_VERSION 1806 #define CAF_VERSION 1807
/// Defined to the major version number of CAF. /// Defined to the major version number of CAF.
#define CAF_MAJOR_VERSION (CAF_VERSION / 10000) #define CAF_MAJOR_VERSION (CAF_VERSION / 10000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment