diff --git a/NEWS.md b/NEWS.md index 4f40da8..5605ce4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ TimeStructures release notes =================================== +Version 0.7.3 (2024-06-04) +-------------------------- +* Allow Dictionaries v0.4 + +Version 0.7.2 (2023-05-22) +-------------------------- +* Migrate from SnoopPrecompile to PrecompileTools +* Add missing package names Version 0.7.1 (2022-10-29) -------------------------- diff --git a/Project.toml b/Project.toml index 7eb7083..1862ad8 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.2" +version = "0.7.3" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" @@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" [compat] -Dictionaries = "0.3" +Dictionaries = "0.4" JuMP = "1.4.0" PrecompileTools = "1" julia = "1.6"