-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from elfenpiff/iox2-77-0.2.2-release
[#77] Set release version to 0.2.2
- Loading branch information
Showing
5 changed files
with
102 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# iceoryx2 v?.?.? | ||
|
||
## [vx.x.x](https://github.com/eclipse-iceoryx/iceoryx2/tree/vx.x.x) | ||
|
||
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx2/compare/vx.x.x...vx.x.x) | ||
|
||
### Features | ||
|
||
<!-- NOTE: Add new entries sorted by issue number to minimize the possibility of conflicts when merging. --> | ||
|
||
* Example text [#1](https://github.com/eclipse-iceoryx/iceoryx2/issues/1) | ||
|
||
### Bugfixes | ||
|
||
<!-- NOTE: Add new entries sorted by issue number to minimize the possibility of conflicts when merging. --> | ||
|
||
* Example text [#1](https://github.com/eclipse-iceoryx/iceoryx2/issues/1) | ||
|
||
### Refactoring | ||
|
||
<!-- NOTE: Add new entries sorted by issue number to minimize the possibility of conflicts when merging. --> | ||
|
||
* Example text [#1](https://github.com/eclipse-iceoryx/iceoryx2/issues/1) | ||
|
||
### Workflow | ||
|
||
<!-- NOTE: Add new entries sorted by issue number to minimize the possibility of conflicts when merging. --> | ||
|
||
* Example text [#1](https://github.com/eclipse-iceoryx/iceoryx2/issues/1) | ||
|
||
### New API features | ||
|
||
<!-- NOTE: Add new entries sorted by issue number to minimize the possibility of conflicts when merging. --> | ||
|
||
* Example text [#1](https://github.com/eclipse-iceoryx/iceoryx2/issues/1) | ||
|
||
### API Breaking Changes | ||
|
||
1. Example | ||
|
||
```rust | ||
// old | ||
let fuu = hello().is_it_me_you_re_looking_for() | ||
|
||
// new | ||
let fuu = hypnotoad().all_glory_to_the_hypnotoad() | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# iceoryx2 v0.2.2 | ||
|
||
## [v0.2.2](https://github.com/eclipse-iceoryx/iceoryx2/tree/v0.2.2) | ||
|
||
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx2/compare/v0.2.1...v0.2.2) | ||
|
||
### Bugfixes | ||
|
||
* Fix `clock_nanosleep` on macOS [#80](https://github.com/eclipse-iceoryx/iceoryx2/issues/80) | ||
* Fix broken `sighandler_t` translation [#81](https://github.com/eclipse-iceoryx/iceoryx2/issues/81) | ||
|
||
### Refactoring | ||
|
||
* Use only one config file for every platform [#15](https://github.com/eclipse-iceoryx/iceoryx2/issues/15) | ||
|
||
## Thanks To All Contributors Of This Version | ||
|
||
* [Christian »elfenpiff« Eltzschig](https://github.com/elfenpiff) | ||
* [Mathias »elBoberido« Kraus](https://github.com/elboberido) | ||
|