From 8af4527dc1b972462a6404ef3557b60fe7d36675 Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Tue, 19 May 2026 18:38:14 -0700 Subject: [PATCH] chore(master): release 1.12.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b43b6e..62ac2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.0](https://github.com/BirdeeHub/shelua/compare/v1.11.0...v1.12.0) (2026-05-20) + + +### Features + +* **repr.overrides:** allow reprs to choose if they support certain behaviors ([9364b90](https://github.com/BirdeeHub/shelua/commit/9364b9046ad842624c473774b452578adbcd8b18)) +* **repr.overrides:** allow reprs to choose if they support certain behaviors ([024e1d0](https://github.com/BirdeeHub/shelua/commit/024e1d05e9c14556166b1299152b95c8975bee43)) + ## [1.11.0](https://github.com/BirdeeHub/shelua/compare/v1.10.0...v1.11.0) (2026-05-16)