Skip to content

Commit

Permalink
Updated ChangeLog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
feaser committed Mar 26, 2023
1 parent 23a9a24 commit ce99706
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-----------------------------------------------------------------------------------------
2023-03-26 Frank Voorburg <[email protected]>

* Renamed files.
* Added CMake integration details to the user manual.
* Resolved a compiler warning.
* Public release of version 1.3.0.

-----------------------------------------------------------------------------------------
2023-03-11 Frank Voorburg <[email protected]>

Expand All @@ -6,6 +14,7 @@
* Added TBX_ON and TBX_OFF macros.
* Coding style updates.
* Public release of version 1.2.0.

-----------------------------------------------------------------------------------------
2023-02-03 Frank Voorburg <[email protected]>

Expand All @@ -14,6 +23,7 @@
* Added CMake interface library for convenient integration in CMake based projects.
* Added tbxcxx.cpp with C++ new/delete overloads that use MicroTBX memory pools.
* Public release of version 1.1.0.

-----------------------------------------------------------------------------------------
2022-06-15 Frank Voorburg <[email protected]>

Expand All @@ -22,19 +32,22 @@
* Added port for GNU/Linux.
* Configured CRC16 as CRC16-CCITT-False and CRC32 as CRC32-MPEG2
* Public release of version 1.0.0.

-----------------------------------------------------------------------------------------
2022-03-09 Frank Voorburg <[email protected]>

* Added complete API reference to the documentation.
* Added extra functionality for usinig MicroTBX in combination with FreeRTOS.
* Configured GitHub actions for building and publishing the documentation.
* Public release of version 0.9.5.

-----------------------------------------------------------------------------------------
2021-10-29 Frank Voorburg <[email protected]>

* Moved demos to a separate git repository.
* Moved tbx_conf.h to the "template" subdirectory.
* Public release of version 0.9.4.

-----------------------------------------------------------------------------------------
2020-04-09 Frank Voorburg <[email protected]>

Expand Down Expand Up @@ -65,4 +78,3 @@

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


2 changes: 1 addition & 1 deletion source/microtbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern "C" {
#define TBX_VERSION_MAIN (1U)

/** \brief Minor version number of MicroTBX. */
#define TBX_VERSION_MINOR (2U)
#define TBX_VERSION_MINOR (3U)

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

0 comments on commit ce99706

Please sign in to comment.