Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jul 3, 2023
1 parent 1d476bd commit 6adf6f6
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 = "PlutoTeachingTools"
uuid = "661c6b06-c737-4d37-b85c-46df65de6f69"
authors = ["Eric Ford <ebf11@psu.edu> and contributors"]
version = "0.2.11"
version = "0.2.12"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand All @@ -19,7 +19,7 @@ LaTeXStrings = "1"
Latexify = "0.15"
PlutoLinks = "0.1.5"
PlutoUI = "0.7"
julia = "1.7, 1.8"
julia = "1.7, 1.8, 1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

3 comments on commit 6adf6f6

@eford
Copy link
Collaborator Author

@eford eford commented on 6adf6f6 Jul 3, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Add keyconcept box
  • Add confetti
  • Add compat for Julia 1.9

@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/86772

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.2.12 -m "<description of version>" 6adf6f6b82bb96d21e4b7d27978153d341d0a1ae
git push origin v0.2.12

@fonsp
Copy link
Member

@fonsp fonsp commented on 6adf6f6 Dec 14, 2023

Choose a reason for hiding this comment

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

Hey @eford ! Little comment that you don't need to add , 1.9 to the compat to mark it as supported. The caret operator is added by default, so e.g. "1.6" means [1.6.0, 2.0.0).

https://pkgdocs.julialang.org/v1/compatibility/

I changed it to "1.6" in c8bc45a, and you don't need to add Julia versions in the future.

Please sign in to comment.