File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33This file documents all changes made to the project and is updated before each release.
44
5+ ## v0.6.2 [ 2025-02-04]
6+ ### Fixed
7+ - JSON parser returns syntax error when parsing large overrides.json file
8+
59## v0.6.1 [ 2025-02-01]
610### Fixed
711- Fix download progress bar stuck at 99%
Original file line number Diff line number Diff line change 11.{
22 .name = "zigverm" ,
3- .version = "0.6.1 " ,
3+ .version = "0.6.2 " ,
44 .minimum_zig_version = "0.11.0" ,
55
66 .dependencies = .{
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=" 0.6.1 "
5+ VERSION=" 0.6.2 "
66
77if [[ -z $ZIGVERM_ROOT_DIR ]]; then
88 ZIGVERM_ROOT_DIR=$HOME /.zigverm
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
1616const Release = common .Release ;
1717const install = @import ("install.zig" );
1818
19- pub const Version = "0.6.1 " ;
19+ pub const Version = "0.6.2 " ;
2020
2121pub fn main () ! void {
2222 var aa = std .heap .ArenaAllocator .init (std .heap .page_allocator );
You can’t perform that action at this time.
0 commit comments