Skip to content

Commit d9e9bc6

Browse files
authored
Merge pull request #2287 from lf-lang/releases/v0.7.1
Release version 0.7.1
2 parents c58ed51 + 43e1a38 commit d9e9bc6

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [v0.7.1](https://github.com/lf-lang/lingua-franca/tree/v0.7.1) (2024-05-17)
4+
5+
**Highlights**
6+
7+
This patch release includes bugfixes that address imports, tracing plugins, clock synchronization, and code generation issues.
8+
9+
**🔧 Fixes**
10+
11+
- Search for imported reactors to include reactors instantiated in modes [\#2277](https://github.com/lf-lang/lingua-franca/pull/2277) (@erlingrj)
12+
- Extensions to the trace-plugin property [\#2275](https://github.com/lf-lang/lingua-franca/pull/2275) (@erlingrj)
13+
- Set annotated layout options for modes. [\#2267](https://github.com/lf-lang/lingua-franca/pull/2267) (@soerendomroes)
14+
- Fixed code generation for nested generic reactor instances [\#2284](https://github.com/lf-lang/lingua-franca/pull/2284) (@cmnrd)
15+
- Code-generator changes required for reactor-c clock-sync fix [\#2285](https://github.com/lf-lang/lingua-franca/pull/2285) (@erlingrj)
16+
17+
18+
### Submodule [lf-lang/reactor-c](http://github.com/lf-lang/reactor-c)
19+
20+
**🔧 Fixes**
21+
22+
- Fix race condition in lf_watchdog_stop [\#417](https://github.com/lf-lang/reactor-c/pull/417) (@erlingrj)
23+
- TracePluginProperty fixes [\#420](https://github.com/lf-lang/reactor-c/pull/420) (@erlingrj)
24+
- RTI and federate socket fixes [\#422](https://github.com/lf-lang/reactor-c/pull/422) (@erlingrj)
25+
26+
27+
### Submodule [lf-lang/reactor-cpp](http://github.com/lf-lang/reactor-cpp)
28+
29+
- No Changes
30+
31+
32+
### Submodule [lf-lang/reactor-rs](http://github.com/lf-lang/reactor-rs)
33+
34+
- No Changes
35+
36+
37+
338
## [v0.7.0](https://github.com/lf-lang/lingua-franca/tree/v0.7.0) (2024-05-01)
439

540
**Highlights**
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = 0.7.1-SNAPSHOT
1+
VERSION = 0.7.1

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[header]
22
group=org.lflang
3-
version=0.7.1-SNAPSHOT
3+
version=0.7.1
44

55
[versions]
66
antlrVersion=4.7.2

0 commit comments

Comments
 (0)