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 2
2
3
3
This file documents all changes made to the project and is updated before each release.
4
4
5
+ ## v0.6.1 [ 2025-01-25]
6
+ ### Fixed
7
+ - Fix download progress bar stuck at 99%
8
+
5
9
## v0.6.0 [ 2025-01-25]
6
10
### Added
7
11
- The LICENSE and README file will now be included with each release.
Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = "zigverm" ,
3
- .version = "0.6.0 " ,
3
+ .version = "0.6.1 " ,
4
4
.minimum_zig_version = "0.11.0" ,
5
5
6
6
.dependencies = .{
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- VERSION=" 0.6.0 "
5
+ VERSION=" 0.6.1 "
6
6
7
7
if [[ -z $ZIGVERM_ROOT_DIR ]]; then
8
8
ZIGVERM_ROOT_DIR=$HOME /.zigverm
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
16
16
const Release = common .Release ;
17
17
const install = @import ("install.zig" );
18
18
19
- pub const Version = "0.6.0 " ;
19
+ pub const Version = "0.6.1 " ;
20
20
21
21
pub fn main () ! void {
22
22
var aa = std .heap .ArenaAllocator .init (std .heap .page_allocator );
You can’t perform that action at this time.
0 commit comments