1. Releases¶
1.1. foxBMS 2 Releases¶
The following tables describe the different versions of foxBMS 2 that were released. The first line is the most recent one, the last one the oldest one.
The changes between two releases are described in the Changelog.
foxBMS 2 |
Release Date |
Permanent link to documentation |
---|---|---|
v1.1.1 |
2021-08-06 |
https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.1.1/ |
v1.1.0 |
2021-07-29 |
https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.1.0/ |
v1.0.2 |
2021-04-30 |
https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.0.2/ |
v1.0.1 |
2021-04-16 |
https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.0.1/ |
v1.0.0 |
2021-04-01 |
https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.0.0/ |
v0.3.0 |
2021-03-16 |
- |
v0.2.0 |
2021-02-02 |
- |
v0.1.0 |
2020-11-17 |
- |
1.2. Release Information¶
Releases are commits on the master branch with an annotated tag. If we would
release for example version 0.0.42, we would check out the master branch and
then execute git tag -a v0.0.42
.