diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d174de4..f9c8abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/NEWS.md b/NEWS.md index 5605ce4..fe8667e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/Project.toml b/Project.toml index 1862ad8..c268faa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseVariables" uuid = "2749762c-80ed-4b14-8f33-f0736679b02b" authors = ["Truls Flatberg ", "Lars Hellemo "] -version = "0.7.3" +version = "0.7.4" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"