Skip to content

Commit

Permalink
Set version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 28, 2024
1 parent 442941c commit dcf21d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "JuliaWorkspaces"
uuid = "e554591c-7f10-434f-9f27-2097f62a04fd"
authors = ["David Anthoff <[email protected]>"]
version = "1.1.3-DEV"
version = "2.0.0"

[deps]
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Salsa = "1fbf2c77-44e2-4d5d-8131-0fa618a5c278"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"

[extras]
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Expand All @@ -17,8 +17,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
JuliaSyntax = "0.4"
julia = "1.6"
Salsa = "2.2.0"
AutoHashEquals = "1,2"
Salsa = "2.2.0"

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

2 comments on commit dcf21d9

@davidanthoff
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/110002

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 v2.0.0 -m "<description of version>" dcf21d9bbac61c20056874ac3d48afe26ef655ef
git push origin v2.0.0

Please sign in to comment.