We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc86354 + 3978c63 commit aa13b0aCopy full SHA for aa13b0a
MODULE.bazel
@@ -1,5 +1,5 @@
1
module(
2
- name = "org_eclipse_iceroyx",
+ name = "org_eclipse_iceoryx",
3
version = "2.95.3",
4
)
5
doc/website/release-notes/iceoryx-unreleased.md
@@ -143,6 +143,7 @@
143
- Fix wrong memory orders in SpscSoFi [#2177](https://github.com/eclipse-iceoryx/iceoryx/issues/2177)
144
- ssize_t: redefinition; different basic types [#2209](https://github.com/eclipse-iceoryx/iceoryx/issues/2209)
145
- Fix bazel build on macos [#2345](https://github.com/eclipse-iceoryx/iceoryx/issues/2345)
146
+- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
147
148
**Refactoring:**
149
0 commit comments