diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-02-12 17:36:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-12 17:36:37 +0100 |
| commit | 0dd1cf1b183f1502b81e4b7d8a7e3559bc597fe9 (patch) | |
| tree | c8c4d6a5b1daf60f476afaba144a2ecc9897ff91 /README.md | |
| parent | bee73b80b97e857783ca4f48ff33e9b911ea3b15 (diff) | |
| parent | 5007e7330f95af05e2227946fd65ce4cbc473b6c (diff) | |
Merge pull request #180 from chrboesch/v1602
updated to version 011.0-dev.1602
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.1568+xxxxxxxxx +0.11.0-dev.1602+xxxxxxxxx ``` Clone this repository with Git: @@ -82,6 +82,7 @@ about input: ### Version Changes Version-0.11.0-dev.1568+xxxxxxxxx +* *2023-02-12* zig 0.11.0-dev.1602 - * *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`) * *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality * *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build |
