diff --git a/.mmk_ab_config b/.mmk_ab_config new file mode 100644 index 0000000..2c534d8 --- /dev/null +++ b/.mmk_ab_config @@ -0,0 +1,12 @@ + +# This is build & deploy config +# for my private auto-build script =) + +PROJECT_ID=zmake +PROJECT_SERVER_DIR=zmake +PROJECT_URL=https://melianmiko.ru/en/zmake + +WITH_OSX=true +WITH_WIN32=true +WITH_DPKG=true + diff --git a/debian/changelog b/debian/changelog index 92b1932..082fa91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zmake (1.8.1-1) bookworm jammy kinetic lunar; urgency=medium + + * New: option to run custom script after build + * Fix: config files read order + + -- MelianMiko Mon, 08 May 2023 16:12:38 +0700 + zmake (1.8-1) bookworm jammy kinetic lunar; urgency=medium * New: zeus-cli compat features (experimental) diff --git a/zmake/constants.py b/zmake/constants.py index 7c280a7..3883a03 100644 --- a/zmake/constants.py +++ b/zmake/constants.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -VERSION = "v1.8" +VERSION = "v1.8.1" GUIDE = f"""zmake {VERSION} by melianmiko