Skip to content

Commit fc46390

Browse files
authored
Release v1.2.0 (#150)
1 parent dab4c04 commit fc46390

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Version [v1.2.0](https://github.com/JuliaArrays/FixedSizeArrays.jl/releases/tag/v1.2.0) - 2025-08-07
6+
7+
### Added
8+
9+
* Pkgextension with [`Adapt.jl`](https://github.com/JuliaGPU/Adapt.jl), for converting other arrays to `FixedSizeArray`. ([#149](https://github.com/JuliaArrays/FixedSizeArrays.jl/pull/149))
10+
511
## Version [v1.1.0](https://github.com/JuliaArrays/FixedSizeArrays.jl/releases/tag/v1.1.0) - 2025-08-05
612

713
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FixedSizeArrays"
22
uuid = "3821ddf9-e5b5-40d5-8e25-6813ab96b5e2"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Mosè Giordano <[email protected]>, Neven Sajko <[email protected]>, Oscar Smith <[email protected]>, and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)