Skip to content

Commit

Permalink
Bump version, v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed May 8, 2023
1 parent 0895a24 commit 3135db1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .mmk_ab_config
Original file line number Diff line number Diff line change
@@ -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

7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 08 May 2023 16:12:38 +0700

zmake (1.8-1) bookworm jammy kinetic lunar; urgency=medium

* New: zeus-cli compat features (experimental)
Expand Down
2 changes: 1 addition & 1 deletion zmake/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from pathlib import Path

VERSION = "v1.8"
VERSION = "v1.8.1"

GUIDE = f"""zmake {VERSION} by melianmiko
Expand Down

0 comments on commit 3135db1

Please sign in to comment.