mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 14:10:02 +00:00
Updated to 0.1.10.
This commit is contained in:
parent
b6da2a861a
commit
d69e65f2fd
12
CHANGELOG
12
CHANGELOG
@ -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
2
Cargo.lock
generated
@ -1947,7 +1947,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zbuild"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
dependencies = [
|
||||
"async-broadcast",
|
||||
"clap",
|
||||
|
||||
@ -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"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user