Skip to content

Commit

Permalink
Bump the version and update release nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Feb 19, 2024
1 parent 42f8c3a commit c455329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v0.4.2

* Fix serializing `(x -> y)(z)`.


## v0.4.1

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Kirill Simonov <xi@resolvent.net>"]
name = "PrettyPrinting"
uuid = "54e16d92-306c-5ea0-a30b-337be88ac337"
version = "0.4.1"
version = "0.4.2"

[deps]

Expand Down

2 comments on commit c455329

@xitology
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:

  • Fix serializing (x -> y)(z).

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

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

Please sign in to comment.