File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
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.5.1 [ 2024-11-29]
6+
7+ ### Fixed
8+
9+ - Fixed various bugs with terminal progress bar
10+ - Fixed bug where calling remove on an installed version would quit zigverm with a ` Version not installed. Quitting ` message.
11+
512## v0.5.0 [ 2024-11-13]
613
714### Added
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=" 0.5.0 "
5+ VERSION=" 0.5.1 "
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.5.0 " ;
19+ pub const Version = "0.5.1 " ;
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