Skip to content

Commit

Permalink
[#77] Set release 0.2.0 version number and write announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Jan 9, 2024
1 parent 9fd009c commit 9b0056e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/eclipse-iceoryx/iceoryx2"
rust-version = "1.70"
version = "0.1.1"
version = "0.2.0"

[workspace.dependencies]
iceoryx2-bb-threadsafe = { version = "0.1.1", path = "iceoryx2-bb/threadsafe/" }
Expand Down
2 changes: 2 additions & 0 deletions doc/announcements/iceoryx2-v0.1.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# reddit

Hi Rustaceans,

I'm excited to announce the release of iceoryx2, a new inter-process zero-copy
Expand Down
51 changes: 51 additions & 0 deletions doc/announcements/iceoryx2-v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# reddit

Hi Rustaceans,

We are pleased to announce our second release of iceoryx2, version 0.2.0.
This inter-process zero-copy framework, crafted entirely in Rust, equips you
with tools for efficient communication between multiple processes. iceoryx2
facilitates event transmission across process boundaries, and allows
you to send large messages with minimal and consistent latency, regardless
of the message size.

**Release Highlights:**

1. **Mac OS Support:**
- iceoryx2 now supports Mac OS in addition to Windows, Linux, and FreeBSD,
providing cross-platform consistency.

2. **Expanded Service Support:**
- Introduces support services with the same name but different messaging
patterns, allowing for greater customization.

3. **Lower Rust Version Requirement:**
- Reduced the required Rust version to 1.70.0, making iceoryx2 compatible
with a wider range of Rust versions.

4. **Bug Fixes & Improved Interfaces:**
- Various bug fixes and enhanced interfaces for built-in containers,
facilitating more efficient zero-copy communication.

Thank you for your continued support!


Elfenpiff

Links:

* repo: https://github.com/eclipse-iceoryx/iceoryx2
* release-notes: https://github.com/eclipse-iceoryx/iceoryx2/blob/main/doc/release-notes/iceoryx2-v0.2.0.md
* crates.io: https://crates.io/crates/iceoryx2
* docs.rs: https://docs.rs/iceoryx2/0.2.0/iceoryx2/

# linkedin

Exciting news! I've just unleashed a brand-new zero-copy inter-process
middleware called iceoryx2, and it's crafted entirely in Rust. The GitHub
repository is live here: https://github.com/eclipse-iceoryx/iceoryx2, so if
you're in the business of developing cutting-edge technology, whether it's
for cars, robots, or even spacecraft voyaging to the moon, probes plumbing
the ocean's depths, or connecting AI algorithms with sources handling
massive data throughput or financial brokerage, I'd love for you to check
it out.

0 comments on commit 9b0056e

Please sign in to comment.