Skip to content

Commit

Permalink
Bump Dictionaries compat
Browse files Browse the repository at this point in the history
  • Loading branch information
hellemo committed Jun 4, 2024
1 parent a8afb3e commit af4ab69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions 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 <[email protected]>", "Lars Hellemo <[email protected]>"]
version = "0.7.2"
version = "0.7.3"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand All @@ -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"

0 comments on commit af4ab69

Please sign in to comment.