Skip to content

Commit df127b2

Browse files
chore(release): prepare v1.1.0
1 parent 7f4c490 commit df127b2

20 files changed

Lines changed: 319 additions & 404 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.1](https://github.com/PLC-lang/rusty/releases/tag/v1.0.1) - 2026-06-09
5+
## [1.1.0](https://github.com/PLC-lang/rusty/releases/tag/v1.1.0) - 2026-07-15
6+
7+
### Added
8+
9+
- **cfc**: Stateful blocks (#1811)
10+
- **cfc**: Connectors and continuations (#1810)
11+
- **cfc**: Returns (#1809)
12+
- **cfc**: Variable source/sinks (#1808)
13+
- **stdlib**: Added LTIME to extra functions (#1781)
614

715
### Fixed
816

9-
- Hwmap no longer infinitely recurses when an enum is in the project (#1769)
17+
- Validate the generic natures before lowering (#1793)
18+
- **stdlib**: CONCAT/INSERT/REPLACE no longer overflow the result buffer (#1791)
19+
- Invalid numeric literal strings no longer crash the application … (#1787)
20+
- Annotate allocas inside actions correctly (#1784)
21+
- Stdlib now accepts the correct data type for LDT_TO_** functions (#1780)
22+
- Resolve project paths containing glob metacharacters as literals (#1777)
23+
- Hwmap no longer infinitely recurses when an enum is in the project (#1769) (#1776)
24+
25+
### Refactored
26+
27+
- **cfc**: Delete plc_xml crate (#1807)
1028
## [1.0.0](https://github.com/PLC-lang/rusty/releases/tag/v1.0.0) - 2026-06-03
1129

1230
### Added

0 commit comments

Comments
 (0)