Skip to content

Commit be0ca7b

Browse files
committed
2.0.2
1 parent e74b9ba commit be0ca7b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package async_web_server_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.0.2 (2026-05-06)
6+
------------------
77
* Fix compile errors with Boost >= 1.87 (`#8 <https://github.com/fkie/async_web_server_cpp/issues/8>`_)
88
* Contributors: Michal Sojka
99

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10.2)
2-
project(async_web_server_cpp VERSION 2.0.0 LANGUAGES CXX)
2+
project(async_web_server_cpp VERSION 2.0.2 LANGUAGES CXX)
33

44
find_package(ament_cmake_ros REQUIRED)
55

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>async_web_server_cpp</name>
5-
<version>2.0.1</version>
5+
<version>2.0.2</version>
66
<description>Asynchronous Web/WebSocket Server in C++</description>
77

88
<maintainer email="timo.roehling@fkie.fraunhofer.de">Timo Röhling</maintainer>

0 commit comments

Comments
 (0)