Skip to content

Commit ce99706

Browse files
committed
Updated ChangeLog and version number.
1 parent 23a9a24 commit ce99706

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-----------------------------------------------------------------------------------------
2+
2023-03-26 Frank Voorburg <[email protected]>
3+
4+
* Renamed files.
5+
* Added CMake integration details to the user manual.
6+
* Resolved a compiler warning.
7+
* Public release of version 1.3.0.
8+
19
-----------------------------------------------------------------------------------------
210
2023-03-11 Frank Voorburg <[email protected]>
311

@@ -6,6 +14,7 @@
614
* Added TBX_ON and TBX_OFF macros.
715
* Coding style updates.
816
* Public release of version 1.2.0.
17+
918
-----------------------------------------------------------------------------------------
1019
2023-02-03 Frank Voorburg <[email protected]>
1120

@@ -14,6 +23,7 @@
1423
* Added CMake interface library for convenient integration in CMake based projects.
1524
* Added tbxcxx.cpp with C++ new/delete overloads that use MicroTBX memory pools.
1625
* Public release of version 1.1.0.
26+
1727
-----------------------------------------------------------------------------------------
1828
2022-06-15 Frank Voorburg <[email protected]>
1929

@@ -22,19 +32,22 @@
2232
* Added port for GNU/Linux.
2333
* Configured CRC16 as CRC16-CCITT-False and CRC32 as CRC32-MPEG2
2434
* Public release of version 1.0.0.
35+
2536
-----------------------------------------------------------------------------------------
2637
2022-03-09 Frank Voorburg <[email protected]>
2738

2839
* Added complete API reference to the documentation.
2940
* Added extra functionality for usinig MicroTBX in combination with FreeRTOS.
3041
* Configured GitHub actions for building and publishing the documentation.
3142
* Public release of version 0.9.5.
43+
3244
-----------------------------------------------------------------------------------------
3345
2021-10-29 Frank Voorburg <[email protected]>
3446

3547
* Moved demos to a separate git repository.
3648
* Moved tbx_conf.h to the "template" subdirectory.
3749
* Public release of version 0.9.4.
50+
3851
-----------------------------------------------------------------------------------------
3952
2020-04-09 Frank Voorburg <[email protected]>
4053

@@ -65,4 +78,3 @@
6578

6679
* Setup of GitHub project and kick-off for development.
6780

68-

source/microtbx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extern "C" {
7474
#define TBX_VERSION_MAIN (1U)
7575

7676
/** \brief Minor version number of MicroTBX. */
77-
#define TBX_VERSION_MINOR (2U)
77+
#define TBX_VERSION_MINOR (3U)
7878

7979
/** \brief Patch number of MicroTBX. */
8080
#define TBX_VERSION_PATCH (0U)

0 commit comments

Comments
 (0)