Skip to content

Commit

Permalink
chore: prerelease tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Oct 28, 2024
1 parent afa9268 commit 113a642
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Changes ported from the upstream raylib code are not mentioned unless they are b

h-raylib's version numbers do not follow the usual format. The first two numbers in the version track the underlying C raylib version. For example, `5.1.x.x` versions use raylib 5.1 under the hood. The third number represents breaking changes (renamed/deleted functions or modules). The last number represents non-breaking changes (new functions or modules, bug fixes, etc). The safest version bound format to use is `h-raylib >=x.y.z.w && <x.y.(z+1)` (instead of the usual `^>=` bound).

## Version 5.5.2.1
_28 October 2024_

- Bug fixes for web compilation

## Version 5.5.2.0
_21 October 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.5.3.0";
version = "5.5.2.1";
src = ./.;
isLibrary = true;
isExecutable = buildExamples;
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.5.3.0
version: 5.5.2.1
synopsis: Raylib bindings for Haskell
category: graphics
description:
Expand Down

0 comments on commit 113a642

Please sign in to comment.