chore: release v0.2.2

This commit is contained in:
Hakan Seven 2026-05-03 21:40:24 +03:00
commit 8be415213a
3 changed files with 11 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 4
[[package]]
name = "H7CAD"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"acadrust",
"bytemuck",

View file

@ -1,6 +1,6 @@
[package]
name = "H7CAD"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
build = "build.rs"

View file

@ -36,6 +36,15 @@
</screenshots>
<releases>
<release version="0.2.2" date="2026-05-03">
<description>
<ul>
<li>Fixed creating a new drawing so existing open files remain in their tabs.</li>
<li>Fixed arc creation to preserve clicked positions and keep internal arc angles in radians.</li>
<li>Improved OCS/WCS handling, snap points, hatch boundary rendering, and thickness extrusion support.</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2026-03-22">
<description>
<p>Initial release of H7CAD.</p>