Skip to content

Commit

Permalink
chore: pre-release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Apr 13, 2024
1 parent 3719bf8 commit 60a3cf2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# h-raylib changelog

## Version 5.1.3.0
_13 April, 2024_

- Made some utility functions pure
- Improved the performance of `Raylib.Util.Math`

## Version 5.1.2.0
_9 April, 2024_

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "h-raylib";
version = "5.1.2.0";
version = "5.1.3.0";
src = ./.;
isLibrary = true;
isExecutable = buildExamples;
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
forAllSystems' = nixpkgs.lib.genAttrs;
forAllSystems = forAllSystems' supportedSystems;

raylibRev = "583f81f4587d612eb187dea899b432be4af60508";
raylibHash = "sha256-ijgqG+L+e/BN+OoaU1R1jQ/MaZ/TdmltExOIIa1KwJI=";
raylibRev = "289e7d3a6c5b9ee05ff9e4f77db6de7f897e49ec";
raylibHash = "sha256-uWpk+N3hgTptenHbNbhFyXksRuBJ6jABaXMJMNcspFM=";
rayguiRev = "f21318f5008e2d4b1a4980b7fd22b3885206981a";
rayguiHash = "sha256-uh8DWqG7KSsxsxe38ovvJtkMsMmno7DhnTXcUzDU7XY=";

Expand Down
2 changes: 1 addition & 1 deletion h-raylib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: h-raylib
version: 5.1.2.0
version: 5.1.3.0
synopsis: Raylib bindings for Haskell
category: graphics
description:
Expand Down
2 changes: 1 addition & 1 deletion raylib
Submodule raylib updated 1 files
+2 −0 src/raudio.c

0 comments on commit 60a3cf2

Please sign in to comment.