diff --git a/Dockerfile b/Dockerfile index e49ecc8a..8e9658cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds -ARG version=1.0.0-rc2 +ARG version=1.0.0 WORKDIR /rgbds COPY . . diff --git a/include/version.hpp b/include/version.hpp index f32e57d5..5e1b92c6 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -6,7 +6,7 @@ #define PACKAGE_VERSION_MAJOR 1 #define PACKAGE_VERSION_MINOR 0 #define PACKAGE_VERSION_PATCH 0 -#define PACKAGE_VERSION_RC 2 +// #define PACKAGE_VERSION_RC 1 char const *get_package_version_string(); diff --git a/man/gbz80.7 b/man/gbz80.7 index 60a80af1..13bb7e29 100644 --- a/man/gbz80.7 +++ b/man/gbz80.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt GBZ80 7 .Os .Sh NAME diff --git a/man/rgbasm-old.5 b/man/rgbasm-old.5 index 094c4f31..a10442ec 100644 --- a/man/rgbasm-old.5 +++ b/man/rgbasm-old.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBASM-OLD 5 .Os .Sh NAME diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 19131e6a..1f800c5b 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBASM 1 .Os .Sh NAME diff --git a/man/rgbasm.5 b/man/rgbasm.5 index 517cb345..870f38ff 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBASM 5 .Os .Sh NAME diff --git a/man/rgbds.5 b/man/rgbds.5 index 7dd5c962..b23fdc0a 100644 --- a/man/rgbds.5 +++ b/man/rgbds.5 @@ -1,18 +1,16 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBDS 5 .Os .Sh NAME .Nm rgbds .Nd object file format documentation .Sh DESCRIPTION -This is the description of the object files used by +This is the description of the RGB object file format that is output by .Xr rgbasm 1 -and +and read by .Xr rgblink 1 . -.Em Please note that the specification is not stable yet. -RGBDS is still in active development, and some new features require adding more information to the object file, or modifying some fields, both of which break compatibility with older versions. .Sh FILE STRUCTURE The following types are used: .Pp diff --git a/man/rgbds.7 b/man/rgbds.7 index 1f571e4e..64a24858 100644 --- a/man/rgbds.7 +++ b/man/rgbds.7 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBDS 7 .Os .Sh NAME @@ -74,4 +74,8 @@ organization. 2022-05-17: The .Lk https://rgbds.gbdev.io rgbds.gbdev.io website for RGBDS documentation and downloads is published. +.It +2025-10-31: RGBDS reaches version 1.0.0 and starts adhering to +.Lk https://semver.org/ semantic versioning +("semver"). .El diff --git a/man/rgbfix.1 b/man/rgbfix.1 index 0ff9584f..3f4a8413 100644 --- a/man/rgbfix.1 +++ b/man/rgbfix.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBFIX 1 .Os .Sh NAME diff --git a/man/rgbgfx.1 b/man/rgbgfx.1 index 8db1fe58..86197179 100644 --- a/man/rgbgfx.1 +++ b/man/rgbgfx.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBGFX 1 .Os .Sh NAME diff --git a/man/rgblink.1 b/man/rgblink.1 index 6d4d5816..7e2c7b9b 100644 --- a/man/rgblink.1 +++ b/man/rgblink.1 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBLINK 1 .Os .Sh NAME diff --git a/man/rgblink.5 b/man/rgblink.5 index d18299b0..30275033 100644 --- a/man/rgblink.5 +++ b/man/rgblink.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: MIT .\" -.Dd September 30, 2025 +.Dd October 31, 2025 .Dt RGBLINK 5 .Os .Sh NAME diff --git a/test/fetch-test-deps.sh b/test/fetch-test-deps.sh index 8eeefed3..8c616581 100755 --- a/test/fetch-test-deps.sh +++ b/test/fetch-test-deps.sh @@ -108,10 +108,10 @@ fi if "$nonfree"; then action github.com pret pokecrystal 2025-09-05 d138ed1bd4db80cf8caa549878600448fedf674e - action github.com pret pokered 2025-09-25 628797baffe7ea7dd4b224116d9704c7ae1b9c29 - action github.com zladx LADX-Disassembly 2025-09-20 e09ee3259acbdecb89a0eba6cbc438281c174e85 + action github.com pret pokered 2025-10-04 e3af20b907fad59bcbee7d36ab4912d0cc5f2935 + action github.com zladx LADX-Disassembly 2025-10-11 f6de3516aaea480d2d3beda357fc76460bb8299d fi action github.com AntonioND ucity 2025-08-07 d1880a2a112d7c26f16c0fc06a15b6c32fdc9137 action github.com pinobatch libbet 2025-08-31 e42c0036b18e6e715987b88b4973389b283974c9 -action github.com LIJI32 SameBoy 2025-09-27 91006369a6510c5db029a440691dd4becaa6208b +action github.com LIJI32 SameBoy 2025-10-16 4c57a761517d3d11bb8d2ce31037b17d3a85b745 action codeberg.org ISSOtm gb-starter-kit 2025-09-23 6aeb2508ab75c15724b177a1437b939357bc5d6f