File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog for coreMQTT Agent Library
22
3+ ## v1.3.1 (August 2024)
4+
5+ ### Changes
6+ - [ #117 ] ( https://github.com/FreeRTOS/coreMQTT-Agent/pull/117 ) Update the incorrect version number.
7+
38## v1.3.0 (August 2024)
49
510### Changes
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "coreMQTT Agent"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v1.3.0 +
51+ PROJECT_NUMBER = v1.3.1 +
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11name : " coreMQTT Agent"
2- version : " v1.3.0 +"
2+ version : " v1.3.1 +"
33description : |
44 "Agent for thread-safe use of coreMQTT.\n"
55license : " MIT"
Original file line number Diff line number Diff line change 11cmake_minimum_required ( VERSION 3.22.0 )
22project ( "MQTTAgent tests"
3- VERSION 1.3.0
3+ VERSION 1.3.1
44 LANGUAGES C )
55
66# Allow the project to be organized into folders.
You can’t perform that action at this time.
0 commit comments