From a5ddf6a62f4984294e5c87ab6555fdeb6b934ff8 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 20 Mar 2026 13:31:29 -0400 Subject: [PATCH] docs(changelog): added changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc7ea2e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +## v0.2.1 (2026-03-20) + +### Feat + +- **tools**: Added winding visualization +- **src**: Enabled Vacuume Region Generation + +### Fix + +- **cuviliniear.cpp**: removed unused BSD proc header +- **stroid**: exit properly after stroid -v + +## v0.1.0 (2026-01-31) + +### Feat + +- **release**: added macos release script +- **build-check**: added setup checks for stl compatibility +- **stroid**: improved CLI & fixed gcc bug +- **stroid**: added command line and tests +- **stroid**: first working version +- **stroid**: initial commit + +### Fix + +- **linux**: fixed linux compilation +- **build-check**: removed c lang + +### Refactor + +- **stroid**: changed default mesh format from VTU to MFEM