Skip to content

Commit ec97111

Browse files
Merge pull request #66 from AlexandreSinger/feature-release
Release v0.1.2
2 parents 6cf8122 + 4541afc commit ec97111

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
## [0.1.1] - 2025-12-07
1+
## [v0.1.2] - 2025-12-13
2+
3+
### Added
4+
- Support for different tiles and grid locations in layouts.
5+
- Support for fixed layouts.
6+
- Tile counts are now shown for layouts.
7+
- General cleanups to layout visualization.
8+
- Support for complete interconnect.
9+
- Improved drawing of interconnect wires.
10+
- Added Zoom feature to complex block drawing.
11+
- General cleanups to complex block visualization.
12+
13+
## [v0.1.1] - 2025-12-07
214

315
### Added
416
- Improved the error handling of the architecture XML parsing.
517
- Improved the architecture description coverage.
618

7-
## [0.1.0] - 2025-12-01
19+
## [v0.1.0] - 2025-12-01
820

921
### Added
1022
- First release of the major features such as:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fpga_arch_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fpga_arch_parser"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55

66
[dependencies]

fpga_arch_viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fpga_arch_viewer"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
repository = "https://github.com/AlexandreSinger/rust-fpga-arch-visualizer"
66

0 commit comments

Comments
 (0)