Skip to content

Commit 30ae00e

Browse files
author
Pietro Vertechi
authored
update news file and minor number (#192)
* update news file and minor number * bump minimum julia version
1 parent 6ac68a5 commit 30ae00e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.0'
18+
- '1.3'
1919
- '1'
2020
- 'nightly'
2121
os:

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# NEWS
22

3+
## Version 0.6.0
4+
5+
### Breaking
6+
7+
- Static arrays are automatically unwrapped when creating a `StructArray{<:StaticArray}` [#186](https://github.com/JuliaArrays/StructArrays.jl/pull/186)
8+
9+
### New features
10+
11+
- `pop!` is now supported on `StructVector`s [#190](https://github.com/JuliaArrays/StructArrays.jl/pull/190)
12+
313
## Version 0.5.0
414

515
### Breaking

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StructArrays"
22
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
3-
version = "0.5.1"
3+
version = "0.6.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -13,7 +13,7 @@ Adapt = "1, 2, 3"
1313
DataAPI = "1"
1414
StaticArrays = "1"
1515
Tables = "1"
16-
julia = "1"
16+
julia = "1.3"
1717

1818
[extras]
1919
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 commit comments

Comments
 (0)