Skip to content

Commit 2945df9

Browse files
chore(release): prepare v1.1.0
1 parent e955916 commit 2945df9

20 files changed

Lines changed: 318 additions & 404 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,28 @@
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**: Connectors and continuations (#1810)
10+
- **cfc**: Returns (#1809)
11+
- **cfc**: Variable source/sinks (#1808)
12+
- **stdlib**: Added LTIME to extra functions (#1781)
613

714
### Fixed
815

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

1229
### Added

0 commit comments

Comments
 (0)