Releases: jonpalmisc/emake
Releases · jonpalmisc/emake
Emake 1.3.1
Migrate away from Poetry for packaging, upgrade dependencies
Emake 1.2.0
What's Changed
- Use
ebuild
as the new default build directory - Use benedict for better settings parsing/handling by @TheRealKeto in #6
- Add layered configuration support by @TheRealKeto in #8
Full Changelog: v1.1.0...v1.2.0
Emake 1.1.0
- Add ability to set environment variables at configure time via
configure.env
(#3) - Use
tomllib
overtomli
on Python ≥ 3.11 (by @TheRealKeto, #5)
Full Changelog: v1.0.1...v1.1.0
Emake 1.0.1
v1.0.1 Split reconfigure flag into hard and soft reconfigure, bump to v1.0.1
Emake 0.2.0
Full Changelog: v0.1.0...v0.2.0
Emake 0.1.0
v0.1.0 Add minimal install instructions