From 8c660cebb75ef8611c0aa407ab7d6a507321530c Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 10 Aug 2023 17:42:52 +0200 Subject: [PATCH] Release 3.0.1 --- README.md | 2 +- structs.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb9420..3c4e6f6 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/structs.asm b/structs.asm index 1f9b163..a341506 100644 --- a/structs.asm +++ b/structs.asm @@ -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