Skip to content

Commit f090724

Browse files
committed
doc: update changelog
1 parent 258506c commit f090724

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,75 @@
11
# Changelog
2+
23
This file documents all changes made to the project and is updated before each release.
34

4-
## v0.4.0
5+
## v0.5.0 [2024-11-13]
6+
57
### 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+
622
- Support to update zigverm itself
723

824
### Fixed
25+
926
- Version and helptext printed to stderr instead of stdout
1027
- Retry download if hashes for download tarballs do not match.
1128
- Errors in detecting OS in install.sh
1229

1330
## v0.3.1 [2024-06-28]
31+
1432
### Fixed
33+
1534
- 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
1736
- Enviroment variable for root is not `ZIGVERM_ROOT_DIR`
1837
- Potential memory issues in `CommonPaths`
1938

2039
## v0.3.0 [2024-06-26]
40+
2141
### Added
42+
2243
- `langref` and `std` subcommands to open the language reference and standard library for the active version or
2344
a specified version.
2445

2546
### Changed
47+
2648
- **BREAKING CHANGE** Renamed zigvm to zigverm.
2749

2850
### Fixed
51+
2952
- Fix all memoery leaks prosent in the common module.
3053
- Wrong tarball downloaded when running install.sh under Rosetta2.
3154
- Fix tarball not downloading on `aarch64` macs due to `uname -m` reporting it as `arm64`
3255

3356
## v0.2.0 [2024-06-13]
57+
3458
### Added
59+
3560
- Add support for continuing download if thers's a interrupt in between a download.
3661
- Add support for updating master, stable and x.y releases to latest point releases.
3762

3863
## Changed
64+
3965
- Use a better progress bar
4066

4167
## Fixed
68+
4269
- Fixed the zig executable not propagating the correct exit code of the child zig executable.
4370
- Fix removing a release prints a error log on success.
4471
- Fix automatic install script cannot find shell.
4572

4673
## v0.1.0 [2024-05-27]
74+
4775
- Initial release with preliminary support

0 commit comments

Comments
 (0)