Skip to content

v1.3.0 release

Compare
Choose a tag to compare
@d-b-w d-b-w released this 06 Sep 18:34
· 4 commits to master since this release
4e2e3bb

Maeparse release 1.3.0.

The issues addressed in this release mostly relate to building and automated testing. The minor version was bumped because two new methods were added to Block:

    std::vector<std::string> Block::getBlockNames() const;
    std::vector<std::string> Block::getIndexedBlockNames() const;