Skip to content

Commit 7198e70

Browse files
committed
Release bossac v2.1.1
1 parent 1a3c0bb commit 7198e70

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

bossac/CHANGELOG.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,52 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
832
## v2.1.0 (2023-10-28)
933

1034
### New Features
1135

1236
- <csr-id-1e44ef128812cce37e6ade4c1a435cd4438313ed/> FlasherInfoRs
1337
- 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
1940

2041
### Bug Fixes
2142

43+
<csr-id-5a45d19940f8fc54fdbb2017c54b52caba32e6d2/>
44+
2245
- <csr-id-062479b4b21403c5c3c04ea0e87298360672222f/> BossaObserver now sends output through callback
2346
- 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)
2648

2749
### Commit Statistics
2850

2951
<csr-read-only-do-not-edit/>
3052

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.
3254
- 16 days passed between releases.
3355
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
3456
- 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
4062
<details><summary>view details</summary>
4163

4264
* **Uncategorized**
65+
- Release bossac v2.1.0 ([`9e10713`](https://github.com/kiibohd/BOSSA/commit/9e107135c364e016a9e9eea9c73eb4f762acf9fa))
4366
- Increment versions of bossa and bossac ([`7874fcf`](https://github.com/kiibohd/BOSSA/commit/7874fcf7e8bb5618fe039d3b7a9eb676d0409a5c))
4467
- BossaObserver now sends output through callback ([`062479b`](https://github.com/kiibohd/BOSSA/commit/062479b4b21403c5c3c04ea0e87298360672222f))
4568
- FlasherInfoRs ([`1e44ef1`](https://github.com/kiibohd/BOSSA/commit/1e44ef128812cce37e6ade4c1a435cd4438313ed))
4669
- README.md GitHub Action badges ([`5a45d19`](https://github.com/kiibohd/BOSSA/commit/5a45d19940f8fc54fdbb2017c54b52caba32e6d2))
4770
</details>
4871

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+
4975
## v2.0.0 (2023-10-12)
5076

5177
### Bug Fixes

0 commit comments

Comments
 (0)