Skip to content

Commit

Permalink
Release bossac v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Oct 12, 2023
1 parent d7ea277 commit 7d12611
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions bossac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## v2.0.0 (2023-10-12)

### Bug Fixes

- <csr-id-d7ea2775198dfa0e5d75f2d7abc08b34f5e88a8a/> Missing CHANGELOG.md

### New Features

- <csr-id-8b29f5ac3b18d59edecc904fcfae612ebab78bcc/> Initial bossa library and bossac utility
- CXX Rust wrapper around bossa so it can be statically linked library
into rust utilities (this is useful for Windows applications rather
than relying on external processes).
* To get the rust wrapper to work some C++ changes were necessary to
cleanup the api. This probably would have been easier if the wider
C++ apis were const'd correctly but I err'd on the side of minimal
changes.
- bossac tries to be as close as possible to the C++ version of bossac
(including cli args)
- Does not expose the complete bossa library api (only those necessary
for bossac)
- An equivalent bossash should be possible, but I don't really use it so
leaving it open to future contributions.
- The bossa WxWidgets utility is more difficult, but might be possible
with https://github.com/kenz-gelsoft/wxRust2.
Personally, I would probably recommend https://github.com/KDAB/cxx-qt.
But I don't really use either so I'll leave these as open to future
contributions.
- The existing C++ binaries should continue to function/build
- Fix formbuilder warning (info)
- Update wxWidgets mostly to 3.2
* Keep Linux at 3.0 for Ubuntu GitHub Action
into rust utilities (this is useful for Windows applications rather
than relying on external processes).
* To get the rust wrapper to work some C++ changes were necessary to
cleanup the api. This probably would have been easier if the wider
C++ apis were const'd correctly but I err'd on the side of minimal
changes.
* Keep Linux at 3.0 for Ubuntu GitHub Action

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details
Expand All @@ -48,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Missing CHANGELOG.md ([`d7ea277`](https://github.com/kiibohd/BOSSA/commit/d7ea2775198dfa0e5d75f2d7abc08b34f5e88a8a))
- Initial bossa library and bossac utility ([`8b29f5a`](https://github.com/kiibohd/BOSSA/commit/8b29f5ac3b18d59edecc904fcfae612ebab78bcc))
</details>

<csr-unknown>
bossac tries to be as close as possible to the C++ version of bossac(including cli args)Does not expose the complete bossa library api (only those necessaryfor bossac)An equivalent bossash should be possible, but I don’t really use it soleaving it open to future contributions.The bossa WxWidgets utility is more difficult, but might be possiblewith https://github.com/kenz-gelsoft/wxRust2.Personally, I would probably recommend https://github.com/KDAB/cxx-qt.But I don’t really use either so I’ll leave these as open to futurecontributions.The existing C++ binaries should continue to function/buildFix formbuilder warning (info)Update wxWidgets mostly to 3.2<csr-unknown/>

0 comments on commit 7d12611

Please sign in to comment.