From 35807ca5d0dadb160ffbc2535b820f619328c5bb Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Tue, 10 Feb 2026 14:29:16 +0900 Subject: [PATCH] Fixed missing CMakeLists.txt version up. --- CHANGELOG.md | 3 +++ CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5027494a..e859e6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 13.2.3 +* Fixed missing CMakeLists.txt version up. (#1003) + ## 13.2.2 * Fix tls socket can block while doing clean shutdown on a forced disconnect (#1000) * Wrapped connection_error_called by socket's strand. (#993) diff --git a/CMakeLists.txt b/CMakeLists.txt index af8c5b90..8d74db52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.13.0) -PROJECT (mqtt_cpp_iface VERSION 13.2.1) +PROJECT (mqtt_cpp_iface VERSION 13.2.3) SET(CMAKE_CXX_STANDARD 14) SET(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index 662c0951..10f1196a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MQTT client/server for C++14 based on Boost.Asio -Version 13.2.2 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp) +Version 13.2.3 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp) **mqtt_cpp has been serious bugfix only status. The new project [async_mqtt](https://github.com/redboltz/async_mqtt) has been started based on mqtt_cpp's experience. New featureas would be added on async_mqtt.**