Skip to content

Commit

Permalink
bump Compat.jl compat (#66)
Browse files Browse the repository at this point in the history
Compat 4 dropped support for Julia < 1.6 (by no longer implementing things introduced in Julia <= 1.6) and so was breaking, but is otherwise compatible.
  • Loading branch information
palday committed Feb 13, 2023
1 parent 8892400 commit 6528b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OndaEDF"
uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e"
authors = ["Beacon Biosignals, Inc."]
version = "0.11.1"
version = "0.11.2"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -17,7 +17,7 @@ TimeSpans = "bb34ddd2-327f-4c4a-bfb0-c98fc494ece1"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Compat = "3.32"
Compat = "3.32, 4"
EDF = "0.7"
FilePathsBase = "0.9"
Legolas = "0.5"
Expand Down

2 comments on commit 6528b33

@palday
Copy link
Member Author

@palday palday commented on 6528b33 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/77613

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.2 -m "<description of version>" 6528b33bee4a5849add5f3bb1f5331aba34355ef
git push origin v0.11.2

Please sign in to comment.