Skip to content

Commit efd8076

Browse files
committed
release: plcviz-0.3.0
1 parent 1fafdc2 commit efd8076

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

plcviz/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.3.0 (2025-12-11)
4+
- support for plcopen files
5+
36
## 0.2.1 (2025-12-05)
47
- Changes in docs
58

plcviz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rust-version = "1.70"
1515

1616
[dependencies]
1717
l5x = "0.5"
18-
plcopen = { path = "../plcopen" }
19-
iec61131 = { path = "../iec61131" }
18+
plcopen = { version = "0.3", path = "../plcopen" }
19+
iec61131 = { version = "0.7", path = "../iec61131" }
2020
layout-rs = "0.1"
2121
regex = "1"
2222
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)