Skip to content

Commit

Permalink
bump the version number and updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Dec 10, 2020
1 parent da95568 commit d459fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes


## v0.2.1

- Minor performance improvements.


## v0.2.0

- Added `pprintln()` (thanks to tlienart).
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.2.0"
version = "0.2.1"

[deps]

Expand Down

2 comments on commit d459fd2

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

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

Please sign in to comment.