Skip to content

Commit

Permalink
Merge pull request #62 from Herb-AI/feat/grammar-0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ authored Oct 3, 2024
2 parents 9f199f4 + 76297f1 commit 513ebfa
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 = "HerbConstraints"
uuid = "1fa96474-3206-4513-b4fa-23913f296dfc"
authors = ["Jaap de Jong <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -12,7 +12,7 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
[compat]
DataStructures = "0.17,0.18"
HerbCore = "^0.3.0"
HerbGrammar = "^0.3.0"
HerbGrammar = "^0.4.0"
MLStyle = "^0.4.17"
julia = "^1.8"

Expand Down

2 comments on commit 513ebfa

@ReubenJ
Copy link
Member Author

@ReubenJ ReubenJ commented on 513ebfa Oct 3, 2024

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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:

git tag -a v0.2.3 -m "<description of version>" 513ebfab48eda266b4998bb94da4740f89503843
git push origin v0.2.3

Please sign in to comment.