Skip to content

Commit f818c7e

Browse files
authored
Merge pull request #446 from tropicsquare/3-1-0-release-checklist
3.1.0 Release Checklist
2 parents a767165 + 43b4b33 commit f818c7e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ get_directory_property(HAS_PARENT_SCOPE PARENT_DIRECTORY)
113113
###########################################################################
114114

115115
project(libtropic_SDK
116-
VERSION 2.0.0
116+
VERSION 3.1.0
117117
DESCRIPTION "TROPIC01 software development kit"
118118
HOMEPAGE_URL "https://tropicsquare.github.io/libtropic/latest/"
119119
LANGUAGES C)

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ For more information about each of these, refer to the [TROPIC01](https://github
2424

2525
The following table outlines the tested and supported compatibility between released versions:
2626

27-
| Libtropic | Application FW | SPECT FW | Bootloader FW | Tests |
28-
|:---------:|:--------------:|:--------:|:-------------:|:----------------------------------------: |
29-
| 1.0.0 | 1.0.0 | 1.0.0 | 1.0.1-2.0.1 | <code style="color : green">Passed</code> |
30-
| 2.0.0 | 1.0.0–1.0.1 | 1.0.0 | 2.0.1 | <code style="color : green">Passed</code> |
31-
| 2.0.1 | 1.0.0–1.0.1 | 1.0.0 | 2.0.1 | <code style="color : green">Passed</code> |
32-
| 3.0.0 | 1.0.0–2.0.0 | 1.0.0 | 2.0.1 | <code style="color : green">Passed</code> |
27+
| Libtropic | Application FW | SPECT FW | Bootloader FW | Tests |
28+
|:---------:|:--------------:|:--------:|:-------------:|:------------------:|
29+
| 1.0.0 | 1.0.0 | 1.0.0 | 1.0.1-2.0.1 | :white_check_mark: |
30+
| 2.0.0 | 1.0.0–1.0.1 | 1.0.0 | 2.0.1 | :white_check_mark: |
31+
| 2.0.1 | 1.0.0–1.0.1 | 1.0.0 | 2.0.1 | :white_check_mark: |
32+
| 3.0.0 | 1.0.0–2.0.0 | 1.0.0 | 2.0.1 | :white_check_mark: |
33+
| 3.1.0 | 1.0.0–2.0.0 | 1.0.0 | 2.0.1 | :white_check_mark: |
3334

3435
> [!WARNING]
3536
> Using mismatched versions of the components may result in unpredictable behavior or errors. It is strongly advised to use the latest compatible versions of all components to ensure proper functionality.

0 commit comments

Comments
 (0)