diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30dc4bd85..431141d89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,15 +77,15 @@ jobs: - name: Vendor-fetch run: | - build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55_v7 + build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55 - name: Try raylib5 run: | cd resources - ..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55_v7 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_arkanoid.c3 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_snake.c3 - ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_tetris.c3 + ..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55 + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_arkanoid.c3 + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_snake.c3 + ..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_tetris.c3 - name: Compile run unit tests run: | @@ -158,7 +158,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55_v7 + ./build/c3c vendor-fetch raylib55 - name: Build testproject lib run: | @@ -642,7 +642,7 @@ jobs: - name: Vendor-fetch run: | - ./build/c3c vendor-fetch raylib55_v7 + ./build/c3c vendor-fetch raylib55 - name: Compile and run some examples run: | diff --git a/releasenotes.md b/releasenotes.md index cc114fe17..134b97b81 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -4,7 +4,9 @@ ### Changes / improvements ### Fixes + ### Stdlib changes +- Hash functions for integer vectors and arrays. ## 0.7.0 Change list