Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- version: '1' # The latest point-release (Windows)
os: windows-latest
arch: x64
- version: '1.7' # 1.7 for destructuring, not 1.6 LTS (64-bit Linux)
- version: 'lts' # Long term stable version (Linux)
os: ubuntu-latest
arch: x64
- version: '1.7' # 1.7 for destructuring, not 1.6 LTS (32-bit Linux)
- version: 'lts' # Long term stable version, x86 (Linux)
os: ubuntu-latest
arch: x86
steps:
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
TimeStructures release notes
===================================

Version 0.7.4 (2025-05-16)
--------------------------
* Add support for `eachindex`

Version 0.7.3 (2024-06-04)
--------------------------
* Allow Dictionaries v0.4
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SparseVariables"
uuid = "2749762c-80ed-4b14-8f33-f0736679b02b"
authors = ["Truls Flatberg <Truls.Flatberg@sintef.no>", "Lars Hellemo <Lars.Hellemo@sintef.no>"]
version = "0.7.3"
version = "0.7.4"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand Down