v1.3.0 release
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;