We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83437b commit 72c8b2dCopy full SHA for 72c8b2d
.reuse/dep5
@@ -8,6 +8,7 @@ Files:
8
.gitignore
9
.rustfmt.toml
10
Cargo.toml
11
+ CHANGELOG.md
12
README.md
13
src/**.rs
14
src/web/version.txt
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+## 0.2.0 (2025-01-10)
4
5
+- `Pad`: Add `pin1` attribute
6
+- `Drawing`: Add support for refdes/value texts
7
+- `InteractiveHtmlBom`: Support configuring board rotation
+- `InteractiveHtmlBom`: Support configuring view mode & pin1 highlight mode
+## 0.1.1 (2025-01-09)
+- Improve documentation
+- Add links to online documentation
15
+## 0.1.0 (2025-01-09)
16
17
+- Initial release
0 commit comments