-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Herb-AI/dev
Grammar -> AbstractGrammar according to HerbCore 0.2, HerbGrammar -> 0.2
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name = "HerbInterpret" | ||
uuid = "5bbddadd-02c5-4713-84b8-97364418cca7" | ||
authors = ["Tilman Hinnerichs <[email protected]>", "Jaap de Jong <[email protected]>", "Sebastijan Dumancic <[email protected]>", "Reuben Gardos Reid <[email protected]>"] | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
|
||
[deps] | ||
HerbCore = "2b23ba43-8213-43cb-b5ea-38c12b45bd45" | ||
HerbGrammar = "4ef9e186-2fe5-4b24-8de7-9f7291f24af7" | ||
HerbSpecification = "6d54aada-062f-46d8-85cf-a1ceaf058a06" | ||
|
||
[compat] | ||
HerbCore = "0.1.1" | ||
HerbGrammar = "0.1.0" | ||
HerbSpecification = "0.1.0" | ||
julia = "1.8" | ||
HerbCore = "^0.2.0" | ||
HerbGrammar = "^0.2.0" | ||
HerbSpecification = "^0.1.0" | ||
julia = "^1.8" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15b6a8e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
Release notes:
This path includes
Grammar
->AbstractGrammar
15b6a8e
There was a problem hiding this comment.
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/101989
Tagging
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: