Skip to content

Commit

Permalink
V0.1.2 (#57)
Browse files Browse the repository at this point in the history
* use github actions for CI

* compat bumps
  • Loading branch information
jverzani authored Oct 20, 2022
1 parent 93de308 commit ea39119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CalculusWithJulia"
uuid = "a2e0e22d-7d4c-5312-9169-8b992201a882"
version = "0.1.1"
version = "0.1.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -21,16 +21,16 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Contour = "0.5"
Contour = "0.5, 0.6"
ForwardDiff = "0.10"
HCubature = "1"
IntervalSets = "0.5"
IntervalSets = "0.5, 0.6, 0.7"
JSON = "0.10, 0.20, 0.21, 1"
PlotUtils = "1"
RecipesBase = "0.7, 0.8, 1.0"
Reexport = "1"
Requires = "1"
Roots = "1, 2"
SpecialFunctions = "1"
SpecialFunctions = "1, 2"
SplitApplyCombine = "1"
julia = "1"

2 comments on commit ea39119

@jverzani
Copy link
Owner Author

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/70647

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.1.2 -m "<description of version>" ea391197009e9a7a7ae313d325089e8b053cabee
git push origin v0.1.2

Please sign in to comment.