|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | This file documents all changes made to the project and is updated before each release. |
3 | 4 |
|
4 | | -## v0.4.0 |
| 5 | +## v0.5.0 [2024-11-13] |
| 6 | + |
5 | 7 | ### Added |
| 8 | + |
| 9 | +- Update zig versions only if they need an update |
| 10 | +- Add CI to test install script |
| 11 | +- Report versions that were updated |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +- Do not add to PATH if the bin dir already exists in PATH |
| 16 | +- Correct detection of OS and architecture in install script |
| 17 | + |
| 18 | +## v0.4.0 [2024-09-19] |
| 19 | + |
| 20 | +### Added |
| 21 | + |
6 | 22 | - Support to update zigverm itself |
7 | 23 |
|
8 | 24 | ### Fixed |
| 25 | + |
9 | 26 | - Version and helptext printed to stderr instead of stdout |
10 | 27 | - Retry download if hashes for download tarballs do not match. |
11 | 28 | - Errors in detecting OS in install.sh |
12 | 29 |
|
13 | 30 | ## v0.3.1 [2024-06-28] |
| 31 | + |
14 | 32 | ### Fixed |
| 33 | + |
15 | 34 | - Segfault when overriding |
16 | | -- Architecture detection errors in install.sh on non-darwin based aarch64 systems |
| 35 | +- Architecture detection errors in install.sh on non-darwin based aarch64 systems |
17 | 36 | - Enviroment variable for root is not `ZIGVERM_ROOT_DIR` |
18 | 37 | - Potential memory issues in `CommonPaths` |
19 | 38 |
|
20 | 39 | ## v0.3.0 [2024-06-26] |
| 40 | + |
21 | 41 | ### Added |
| 42 | + |
22 | 43 | - `langref` and `std` subcommands to open the language reference and standard library for the active version or |
23 | 44 | a specified version. |
24 | 45 |
|
25 | 46 | ### Changed |
| 47 | + |
26 | 48 | - **BREAKING CHANGE** Renamed zigvm to zigverm. |
27 | 49 |
|
28 | 50 | ### Fixed |
| 51 | + |
29 | 52 | - Fix all memoery leaks prosent in the common module. |
30 | 53 | - Wrong tarball downloaded when running install.sh under Rosetta2. |
31 | 54 | - Fix tarball not downloading on `aarch64` macs due to `uname -m` reporting it as `arm64` |
32 | 55 |
|
33 | 56 | ## v0.2.0 [2024-06-13] |
| 57 | + |
34 | 58 | ### Added |
| 59 | + |
35 | 60 | - Add support for continuing download if thers's a interrupt in between a download. |
36 | 61 | - Add support for updating master, stable and x.y releases to latest point releases. |
37 | 62 |
|
38 | 63 | ## Changed |
| 64 | + |
39 | 65 | - Use a better progress bar |
40 | 66 |
|
41 | 67 | ## Fixed |
| 68 | + |
42 | 69 | - Fixed the zig executable not propagating the correct exit code of the child zig executable. |
43 | 70 | - Fix removing a release prints a error log on success. |
44 | 71 | - Fix automatic install script cannot find shell. |
45 | 72 |
|
46 | 73 | ## v0.1.0 [2024-05-27] |
| 74 | + |
47 | 75 | - Initial release with preliminary support |
0 commit comments