From c536dbb1e13973976a1e68306a9d590c3e992f53 Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Thu, 19 Feb 2026 10:51:37 +0100 Subject: [PATCH 1/2] docs: add note about `BoundsErrorLight` being an alias Alias for `LightBoundsError`. --- docs/src/usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/usage.md b/docs/src/usage.md index 4b12c9d..4081e6f 100644 --- a/docs/src/usage.md +++ b/docs/src/usage.md @@ -115,3 +115,7 @@ This exception type does not store the entire array for reporting the error mess We do not guarantee to throw either `BoundsError` or `BoundsErrorLight` when accessing an out-of-bound index of a `FixedSizeArray`. The exact exception raised may change at any point without breaking the semantic versioning compatibility contract. + +!!! note + + `BoundsErrorLight` is an alias for `LightBoundsError` from the [LightBoundsErrors.jl](https://github.com/JuliaArrays/LightBoundsErrors.jl) package. From fcf547fd94e9d29aadd85292a40b59a33be206c0 Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Thu, 19 Feb 2026 10:54:36 +0100 Subject: [PATCH 2/2] bump version to v1.4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7c275a3..a29ec24 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FixedSizeArrays" uuid = "3821ddf9-e5b5-40d5-8e25-6813ab96b5e2" -version = "1.3.0" +version = "1.4.0" authors = ["Mosè Giordano , Neven Sajko , Oscar Smith , and contributors"] [deps]