Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Drop 1.0 #195

Merged
merged 2 commits into from
Dec 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nabla"
uuid = "49c96f43-aa6d-5a04-a506-44c7070ebe78"
version = "0.12.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

dropping Julia 1.0 is not breaking
https://github.com/SciML/ColPrac#dropping-support-for-earlier-versions-of-julia

although ideally it'd be a minor release, so we could back-port things... but we're pre-1.0.0 so we don't have that privilege

Copy link
Member Author

Choose a reason for hiding this comment

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

ohh ok. I assumed it was breaking since it completely cuts off versions of julia. my bad

Copy link
Contributor

Choose a reason for hiding this comment

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

If we're wrong about this the General registry checks will let us know

version = "0.13.0"

[deps]
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Expand All @@ -15,7 +15,7 @@ DiffRules = "^0.0"
DualNumbers = ">=0.6.0"
FDM = "^0.6"
SpecialFunctions = ">=0.5.0"
julia = "^1.0"
julia = "^1.3"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down