Skip to content

Commit 598eb31

Browse files
authored
Merge pull request #137 from JuliaArrays/mg/release
Bump version number to v1.0.0
2 parents 9f3017c + 62430ec commit 598eb31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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.0.0](https://github.com/JuliaArrays/FixedSizeArrays.jl/releases/tag/v1.0.0) - 2025-06-??
5+
## Version [v1.0.0](https://github.com/JuliaArrays/FixedSizeArrays.jl/releases/tag/v1.0.0) - 2025-06-04
66

77
Initial release.

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FixedSizeArrays"
22
uuid = "3821ddf9-e5b5-40d5-8e25-6813ab96b5e2"
3-
version = "0.1.0"
4-
authors = ["Mosè Giordano <mose@gnu.org>"]
3+
version = "1.0.0"
4+
authors = ["Mosè Giordano <mose@gnu.org>, Neven Sajko <s@purelymail.com>, Oscar Smith <oscar.smith@juliacomputing.com>, and contributors"]
55

66
[deps]
77
Collects = "08986516-18db-4a8b-8eaa-f5ef1828d8f1"

0 commit comments

Comments
 (0)