- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (338)
0.26.0
- When accessing tags or macro definitions by name, specfile now takes validity into account when looking for the best match. For example if there are two instances of `Version` tag, one in the true and one in the false branch of a condition, `Specfile.version` will always access the one that is in the true branch. (328)
0.25.1rc1
- Third pre-release for testing Packit support.
0.25.0
- There is a new method, `Specfile.update_version()`, that allows updating spec file version even if it is a pre-release. (317)