@@ -5,30 +5,52 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v2.1.1 (2023-10-28)
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-1a3c0bbe3a92efa3fb3730ad666a691cada2cf8c /> Fix version dependency for bossac
13
+
14
+ ### Commit Statistics
15
+
16
+ <csr-read-only-do-not-edit />
17
+
18
+ - 1 commit contributed to the release.
19
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
20
+ - 0 issues like '(#ID)' were seen in commit messages
21
+
22
+ ### Commit Details
23
+
24
+ <csr-read-only-do-not-edit />
25
+
26
+ <details ><summary >view details</summary >
27
+
28
+ * ** Uncategorized**
29
+ - Fix version dependency for bossac ([ ` 1a3c0bb ` ] ( https://github.com/kiibohd/BOSSA/commit/1a3c0bbe3a92efa3fb3730ad666a691cada2cf8c ) )
30
+ </details >
31
+
8
32
## v2.1.0 (2023-10-28)
9
33
10
34
### New Features
11
35
12
36
- <csr-id-1e44ef128812cce37e6ade4c1a435cd4438313ed /> FlasherInfoRs
13
37
- Convenient Rust struct to access FlasherInfo fields natively
14
- * Includes unique_id() to get the string version of the unique id as
15
- shown by bossa
16
- - Rename mod bossa to lib (rust compiler gets confused with too many
17
- bossa module/crates names)
18
- - Add example on how to use FlasherInfoRs
38
+ * Includes unique_id() to get the string version of the unique id as
39
+ shown by bossa
19
40
20
41
### Bug Fixes
21
42
43
+ <csr-id-5a45d19940f8fc54fdbb2017c54b52caba32e6d2 />
44
+
22
45
- <csr-id-062479b4b21403c5c3c04ea0e87298360672222f /> BossaObserver now sends output through callback
23
46
- Allows for fully capturing output of functions (instead of being
24
- printed to stdout)
25
- - <csr-id-5a45d19940f8fc54fdbb2017c54b52caba32e6d2 /> README.md GitHub Action badges
47
+ printed to stdout)
26
48
27
49
### Commit Statistics
28
50
29
51
<csr-read-only-do-not-edit />
30
52
31
- - 4 commits contributed to the release over the course of 16 calendar days.
53
+ - 5 commits contributed to the release over the course of 16 calendar days.
32
54
- 16 days passed between releases.
33
55
- 3 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
34
56
- 0 issues like '(#ID)' were seen in commit messages
@@ -40,12 +62,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
62
<details ><summary >view details</summary >
41
63
42
64
* ** Uncategorized**
65
+ - Release bossac v2.1.0 ([ ` 9e10713 ` ] ( https://github.com/kiibohd/BOSSA/commit/9e107135c364e016a9e9eea9c73eb4f762acf9fa ) )
43
66
- Increment versions of bossa and bossac ([ ` 7874fcf ` ] ( https://github.com/kiibohd/BOSSA/commit/7874fcf7e8bb5618fe039d3b7a9eb676d0409a5c ) )
44
67
- BossaObserver now sends output through callback ([ ` 062479b ` ] ( https://github.com/kiibohd/BOSSA/commit/062479b4b21403c5c3c04ea0e87298360672222f ) )
45
68
- FlasherInfoRs ([ ` 1e44ef1 ` ] ( https://github.com/kiibohd/BOSSA/commit/1e44ef128812cce37e6ade4c1a435cd4438313ed ) )
46
69
- README.md GitHub Action badges ([ ` 5a45d19 ` ] ( https://github.com/kiibohd/BOSSA/commit/5a45d19940f8fc54fdbb2017c54b52caba32e6d2 ) )
47
70
</details >
48
71
72
+ <csr-unknown >
73
+ Rename mod bossa to lib (rust compiler gets confused with too manybossa module/crates names)Add example on how to use FlasherInfoRs README.md GitHub Action badges<csr-unknown />
74
+
49
75
## v2.0.0 (2023-10-12)
50
76
51
77
### Bug Fixes
0 commit comments