Skip to content

Commit

Permalink
bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Aug 22, 2022
1 parent 96f6a0e commit 67c7e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Comonicon"
uuid = "863f3e99-da2a-4334-8734-de3dacbe5542"
authors = ["Roger-luo and contributors"]
version = "0.13.0"
version = "1.0.0"

[deps]
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Expand Down
4 changes: 2 additions & 2 deletions lib/ComoniconTestUtils/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComoniconTestUtils"
uuid = "53b67e40-53a7-4335-973f-e3e901fe4865"
authors = ["Roger-Luo <[email protected]> and contributors"]
version = "0.3.0"
version = "1.0.0"

[deps]
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
Expand All @@ -10,7 +10,7 @@ Faker = "0efc519c-db33-5916-ab87-703215c3906f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Comonicon = "0.12"
Comonicon = "1"
Configurations = "0.17"
Faker = "0.3"
julia = "1.6"
Expand Down

6 comments on commit 67c7e60

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion

@JuliaRegistrator register branch=master

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

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.0.0 -m "<description of version>" 67c7e6068b233ed4f05dfe7089ee776b9a08b5eb
git push origin v1.0.0

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion

@JuliaRegistrator register branch=master subdir=lib/ComoniconTestUtils

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

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 ComoniconTestUtils-v1.0.0 -m "<description of version>" 67c7e6068b233ed4f05dfe7089ee776b9a08b5eb
git push origin ComoniconTestUtils-v1.0.0

@Roger-luo
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Released via Ion

@JuliaRegistrator register branch=master subdir=lib/ComoniconTestUtils

@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 updated: JuliaRegistries/General/66735

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 ComoniconTestUtils-v1.0.0 -m "<description of version>" 67c7e6068b233ed4f05dfe7089ee776b9a08b5eb
git push origin ComoniconTestUtils-v1.0.0

Please sign in to comment.