Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG/VERSION bump pre-release. #103

Merged
merged 1 commit into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Version 1.0.0 (Mar 2024)
Version 1.0.1 (Mar 2024)
* Comment and/or doc changes. In particular central code example in README had some problems.
* Eliminate ipc_.../CHANGELOG since no VERSION/releases for those repos.

Version 1.0.2 (Mar 2024)
* Comment and/or doc changes.
* Style refactor (small): Encouraging `static_assert(false)` over `#error`. Encouraging if constexpr over SFINAE.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion flow
Submodule flow updated 1018 files
2 changes: 1 addition & 1 deletion ipc_session
Submodule ipc_session updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion ipc_shm
Submodule ipc_shm updated 1 files
+1 −1 CMakeLists.txt
Loading