Skip to content

Commit

Permalink
Support Parsers 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jul 30, 2021
1 parent ef0feb5 commit b39aa34
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 = "MySQL"
uuid = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
author = ["quinnj"]
version = "1.2.0"
version = "1.2.1"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand All @@ -20,7 +20,7 @@ DBInterface = "2"
Tables = "1"
DecFP = "0.4.9, 0.4.10, 1"
MariaDB_Connector_C_jll = "3"
Parsers = "0.3, 1"
Parsers = "0.3, 1, 2"

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

2 comments on commit b39aa34

@quinnj
Copy link
Member Author

@quinnj quinnj commented on b39aa34 Jul 30, 2021

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

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 v1.2.1 -m "<description of version>" b39aa342e7d5971c3856b7de9eb5dd959009f41f
git push origin v1.2.1

Please sign in to comment.