Skip to content

Commit

Permalink
Bump to 0.18.5
Browse files Browse the repository at this point in the history
And LB MemPool to 0.4.5
  • Loading branch information
jpsamaroo authored Nov 17, 2023
1 parent 5e608bc commit 6c91727
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,6 +1,6 @@
name = "Dagger"
uuid = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
version = "0.18.4"
version = "0.18.5"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -24,7 +24,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
DataStructures = "0.18"
MacroTools = "0.5"
MemPool = "0.4.4"
MemPool = "0.4.5"
PrecompileTools = "1.2"
Requires = "1"
ScopedValues = "1.1"
Expand Down

2 comments on commit 6c91727

@jpsamaroo
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()

Release notes:

Fixed a variety of concurrency bugs

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

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.18.5 -m "<description of version>" 6c9172732df2efaf877e065b5f659443bbf22b2a
git push origin v0.18.5

Please sign in to comment.