Updated to 0.1.10.

This commit is contained in:
Filipe Rodrigues 2025-08-15 01:41:21 +01:00
parent b6da2a861a
commit d69e65f2fd
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# 0.1.10
# Major
- Replaced yaml file with custom language `.zb`.
- Added a vscode extension for the custom `.zb` language.
- Added progress bar during building
- Added flags `--keep-going` and `--always-build`
# 0.1.9
# Major

2
Cargo.lock generated
View File

@ -1947,7 +1947,7 @@ dependencies = [
[[package]]
name = "zbuild"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"async-broadcast",
"clap",

View File

@ -3,7 +3,7 @@ edition = "2024"
name = "zbuild"
description = "Make-like build system"
license = "MIT OR Apache-2.0"
version = "0.1.9"
version = "0.1.10"
repository = "https://github.com/zenithsiz/zbuild"
publish = ["filipejr"]

View File

@ -1,6 +1,6 @@
# Maintainer: Filipe Rodrigues <filipejacintorodrigues1@gmail.com>
pkgname=zbuild
pkgver=0.1.9
pkgver=0.1.10
pkgrel=1
pkgdesc="A make-like generic build system "
arch=('x86_64')