File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.7.1 [ 2025-09-26]
6+ ### Fixed
7+ - ` update-self ` now works on all systems
8+
9+ ### Dependencies
10+ - Upgrade to zip.zig v0.3.2
11+
512## v0.7.0 [ 2025-09-24]
613### Changed
714- Requires Zig master to build correctly
15+
16+ ### Dependencies
817- Upgrade to zip.zig v0.3.1
918
1019## v0.6.2 [ 2025-02-04]
Original file line number Diff line number Diff line change 11.{
22 .name = .zigverm ,
3- .version = "0.7.0 " ,
3+ .version = "0.7.1 " ,
44 .dependencies = .{
55 .zip = .{
66 .url = "https://github.com/AMythicDev/zip.zig/archive/refs/tags/v0.3.2.tar.gz" ,
Original file line number Diff line number Diff line change 99 with import nixpkgs { inherit system ; } ;
1010 stdenv . mkDerivation ( finalAttrs : {
1111 name = "zigverm" ;
12- version = "0.7.0 " ;
12+ version = "0.7.1 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "AMythicDev" ;
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=" 0.7.0 "
5+ VERSION=" 0.7.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.7.0 " ;
19+ pub const Version = "0.7.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