Skip to content

Commit 1979e6e

Browse files
authored
Merge pull request #1281 from ekxide/iox2-77-release-v0.8.0
[#77] release v0.8.0
2 parents fb6f9ea + 372404a commit 1979e6e

File tree

59 files changed

+1027
-941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1027
-941
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
* [unreleased](doc/release-notes/iceoryx2-unreleased.md)
4+
* [v0.8.0](doc/release-notes/iceoryx2-v0.8.0.md)
45
* [v0.7.0](doc/release-notes/iceoryx2-v0.7.0.md)
56
* [v0.6.1](doc/release-notes/iceoryx2-v0.6.1.md)
67
* [v0.6.0](doc/release-notes/iceoryx2-v0.6.0.md)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cmake_minimum_required(VERSION 3.22)
1414

15-
set(IOX2_VERSION 0.7.0)
15+
set(IOX2_VERSION 0.8.0)
1616
project(iceoryx2-workspace VERSION ${IOX2_VERSION})
1717

1818
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # "Create compile_commands.json file"

0 commit comments

Comments
 (0)