Skip to content

Commit

Permalink
Merge pull request #9 from Datax-package/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…3-08-01-11-20-31-629-00740244347

CompatHelper: bump compat for Latexify to 0.16, (keep existing compat)
  • Loading branch information
gustaphe authored Aug 1, 2023
2 parents ed1f8ad + a5310ec commit 599b379
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
name = "LaTeXDatax"
uuid = "644dedec-337d-45c6-9a86-27a5fed2b77d"
authors = ["David Gustavsson <[email protected]> and contributors"]
version = "3.0.1"
version = "3.0.2"

[deps]
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulLatexify = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"

[compat]
Latexify = "0.14.7,0.15"
Latexify = "0.14.7, 0.15, 0.16"
Unitful = "1.5"
UnitfulLatexify = "1.3.0"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"

[targets]
test = ["Test"]
test = ["Test", "JuliaFormatter"]

2 comments on commit 599b379

@gustaphe
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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 v3.0.2 -m "<description of version>" 599b37965766a9caa067bb5a6d2c99159552d74c
git push origin v3.0.2

Please sign in to comment.