Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Aug 10, 2023
1 parent 9d389a1 commit 8c660ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A [RGBDS](https://rgbds.gbdev.io) macro pack that provides `struct`-like functio
Please select a version from [the releases](https://github.com/ISSOtm/rgbds-structs/releases), and download either of the "source code" links.
(If you do not know what a `.tar.gz` file is, download the `.zip` one.)

The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **3.0.0**.
The [latest rgbds-structs version](https://github.com/ISSOtm/rgbds-structs/releases/latest) is **3.0.1**.
It will only work with RGBDS 0.5.1 and newer.
A previous version, [1.3.0](https://github.com/ISSOtm/rgbds-structs/releases/tag/v1.3.0), is confirmed to work with RGBDS 0.3.7, but should also work with versions 0.3.3 and newer.
If you find a compatibility issue, [please file it here](https://github.com/ISSOtm/rgbds-structs/issues/new).
Expand Down
2 changes: 1 addition & 1 deletion structs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@



DEF STRUCTS_VERSION equs "3.0.0"
DEF STRUCTS_VERSION equs "3.0.1"
MACRO structs_assert
assert (\1), "rgbds-structs {STRUCTS_VERSION} bug. Please report at https://github.com/ISSOtm/rgbds-structs, and share the above stack trace *and* your code there!"
ENDM
Expand Down

0 comments on commit 8c660ce

Please sign in to comment.