* **ABI:** update ABI ([1a36832](https://github.com/Geode-solutions/OpenGeode-IO/commit/1a36832d9c0fa0ef825b1986ed1008d44f409230)) * **ABI:** update to new IO ([9b434db](https://github.com/Geode-solutions/OpenGeode-IO/commit/9b434db2c8eb3a3279423f967c0c63b42c258d71)) * **Deprecated:** remove old component_mesh_vertices ([25e7a55](https://github.com/Geode-solutions/OpenGeode-IO/commit/25e7a5514787d3cb4d4b27e9132915d89a7d3bb5)) * **explicit constructors:** Added a few explicit constructors. ([6e38a32](https://github.com/Geode-solutions/OpenGeode-IO/commit/6e38a327aaf9e6efdc161951a9c35e7c38cfa396)) * **Filesystem:** upgrading to standard filesystem ([691edf9](https://github.com/Geode-solutions/OpenGeode-IO/commit/691edf952556f95fc1146a5db1742fab6ef63820)) * **Headers:** rename file extensions from .h to .hpp ([de48eba](https://github.com/Geode-solutions/OpenGeode-IO/commit/de48eba8983b6af47b962a02f8d0e7f3421cbae9)) * **OG-IO:** Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) ([afc9de3](https://github.com/Geode-solutions/OpenGeode-IO/commit/afc9de35b38cdb5e783796e02ca24eee58c8013e)) * **OG-IO:** renaming constexpr variables with uppercase names ([54303ac](https://github.com/Geode-solutions/OpenGeode-IO/commit/54303ac4ca15a995c3e5e42ff8be0d05e2a22c9d)) * **OG-IO:** renaming enum with uppercase names ([6187275](https://github.com/Geode-solutions/OpenGeode-IO/commit/618727523c3eb7f23116316723c586198481e774)) * **Optional:** use std::optional ([f838073](https://github.com/Geode-solutions/OpenGeode-IO/commit/f838073fe35e08e04ff54545d8ffc0c96b35dd82)) * **Private:** rename private folders to internal ([adfa180](https://github.com/Geode-solutions/OpenGeode-IO/commit/adfa1805b4b9d5d6fc318d6f946569118c53fbc5)) * **STL:** move to std::make_unique ([ffec77f](https://github.com/Geode-solutions/OpenGeode-IO/commit/ffec77f64a07912e0bd95091493794cbfe2ff70d)) * **StringView:** use std::string_view ([9eb5d62](https://github.com/Geode-solutions/OpenGeode-IO/commit/9eb5d62e5b09dabecf628517256f7fe68c524d20)) * **third-parties:** update assimp and zlib ([c0dec0c](https://github.com/Geode-solutions/OpenGeode-IO/commit/c0dec0c6db144194be0062e7a486afd11f63408e))
Features
* **Build:** add install symlink into build ([65ee3a7](https://github.com/Geode-solutions/OpenGeode-IO/commit/65ee3a70b6cd2c9449830fb437c3276ea81c3a42))
BREAKING CHANGES
* **Headers:** rename file extensions from .h to .hpp * **Private:** change namespace detail in private folders to internal namespace * **StringView:** absl::string_view has been replaced by std::string_view * **Optional:** absl::optional has been replaced by std::optional
* **ABI:** update ABI ([1a36832](https://github.com/Geode-solutions/OpenGeode-IO/commit/1a36832d9c0fa0ef825b1986ed1008d44f409230)) * **Deprecated:** remove old component_mesh_vertices ([25e7a55](https://github.com/Geode-solutions/OpenGeode-IO/commit/25e7a5514787d3cb4d4b27e9132915d89a7d3bb5)) * **explicit constructors:** Added a few explicit constructors. ([6e38a32](https://github.com/Geode-solutions/OpenGeode-IO/commit/6e38a327aaf9e6efdc161951a9c35e7c38cfa396)) * **Filesystem:** upgrading to standard filesystem ([691edf9](https://github.com/Geode-solutions/OpenGeode-IO/commit/691edf952556f95fc1146a5db1742fab6ef63820)) * **Headers:** rename file extensions from .h to .hpp ([de48eba](https://github.com/Geode-solutions/OpenGeode-IO/commit/de48eba8983b6af47b962a02f8d0e7f3421cbae9)) * **OG-IO:** Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) ([afc9de3](https://github.com/Geode-solutions/OpenGeode-IO/commit/afc9de35b38cdb5e783796e02ca24eee58c8013e)) * **OG-IO:** renaming constexpr variables with uppercase names ([54303ac](https://github.com/Geode-solutions/OpenGeode-IO/commit/54303ac4ca15a995c3e5e42ff8be0d05e2a22c9d)) * **OG-IO:** renaming enum with uppercase names ([6187275](https://github.com/Geode-solutions/OpenGeode-IO/commit/618727523c3eb7f23116316723c586198481e774)) * **Optional:** use std::optional ([f838073](https://github.com/Geode-solutions/OpenGeode-IO/commit/f838073fe35e08e04ff54545d8ffc0c96b35dd82)) * **Private:** rename private folders to internal ([adfa180](https://github.com/Geode-solutions/OpenGeode-IO/commit/adfa1805b4b9d5d6fc318d6f946569118c53fbc5)) * **STL:** move to std::make_unique ([ffec77f](https://github.com/Geode-solutions/OpenGeode-IO/commit/ffec77f64a07912e0bd95091493794cbfe2ff70d)) * **StringView:** use std::string_view ([9eb5d62](https://github.com/Geode-solutions/OpenGeode-IO/commit/9eb5d62e5b09dabecf628517256f7fe68c524d20)) * **third-parties:** update assimp and zlib ([c0dec0c](https://github.com/Geode-solutions/OpenGeode-IO/commit/c0dec0c6db144194be0062e7a486afd11f63408e))
Features
* **Build:** add install symlink into build ([65ee3a7](https://github.com/Geode-solutions/OpenGeode-IO/commit/65ee3a70b6cd2c9449830fb437c3276ea81c3a42))
BREAKING CHANGES
* **Headers:** rename file extensions from .h to .hpp * **Private:** change namespace detail in private folders to internal namespace * **StringView:** absl::string_view has been replaced by std::string_view * **Optional:** absl::optional has been replaced by std::optional