diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-04 18:29:15 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-09-04 18:29:15 +0000 |
| commit | b0f859c62fbca3972bc3739593e7fed2f125e33a (patch) | |
| tree | 5c8fac01893aa24c444a005dec7f8103e22eb8e7 | |
| parent | 2e5b570aef6cae57d00a253da61a62a504146a09 (diff) | |
| parent | a6759458b0b29fa6f52debb253bea27288a6c272 (diff) | |
Merge pull request 'fixed typo: the date in version changes' (#153) from Seeingu/exercises:main-typo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/153
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ that if you update one, you may need to also update the other. ### Version Changes Version-0.14.0-dev.1224 -* *2024-07-02* zig 0.14.0-dev.1409 - several changes in std.builtin, see [#21225](https://github.com/ziglang/zig/pull/21225) +* *2024-09-02* zig 0.14.0-dev.1409 - several changes in std.builtin, see [#21225](https://github.com/ziglang/zig/pull/21225) * *2024-08-04* zig 0.14.0-dev.1224 - several changes in build system, see [#21115](https://github.com/ziglang/zig/pull/21115) * *2024-08-04* zig 0.14.0-dev.839 - several changes in build system, see [#20580](https://github.com/ziglang/zig/pull/20580), [#20600](https://github.com/ziglang/zig/issues/20600) * *2024-06-17* zig 0.14.0-dev.42 - changes in `std.mem.split and tokenize` - see [#15579](https://github.com/ziglang/zig/pull/15579) |
