Skip to content

Commit

Permalink
Merge pull request #5 from org-arl/strong-type-msg
Browse files Browse the repository at this point in the history
Switch to using strongly typed messages
  • Loading branch information
mchitre authored Feb 4, 2025
2 parents 17cfb67 + 90f1a82 commit af81976
Show file tree
Hide file tree
Showing 4 changed files with 870 additions and 95 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnetSockets"
uuid = "28ddc128-e2b5-11e9-14fc-f7f8bf0be62e"
authors = ["Mandar Chitre <[email protected]>"]
version = "0.4.0"
version = "0.5.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -11,5 +11,5 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1.3"
Fjage = "0.4"
Fjage = "0.6"
Reexport = "1.2"
Loading

2 comments on commit af81976

@mchitre
Copy link
Member Author

@mchitre mchitre commented on af81976 Feb 6, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Changes

  • Switch to using strongly typed messages

Breaking changes

  • None

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

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.5.0 -m "<description of version>" af81976962dcbb6790a50499d5f8e30472dfebf7
git push origin v0.5.0

Please sign in to comment.