Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 23, 2022
1 parent 9cc69d7 commit ef527b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased] - XXXX-XX-XX
## [0.2.0] - 2022-02-23
- Add support for string markers and string streams ([#2](https://github.com/cbrnr/XDF.jl/pull/2) by [Alberto Barradas](https://github.com/abcsds) and [Clemens Brunner](https://github.com/cbrnr))
- Make header and footer XML available in "xml" key ([#4](https://github.com/cbrnr/XDF.jl/pull/4) by [Alberto Barradas](https://github.com/abcsds))

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "XDF"
uuid = "31bc19ec-0089-417f-990e-a2b5e7515868"
authors = ["Clemens Brunner <clemens.brunner@gmail.com>"]
version = "0.1.0"
version = "0.2.0"

[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down

2 comments on commit ef527b7

@cbrnr
Copy link
Owner Author

@cbrnr cbrnr commented on ef527b7 Feb 23, 2022

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/55312

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.0 -m "<description of version>" ef527b742221d7b157a5b3e61ade3b6b0663e1ad
git push origin v0.2.0

Please sign in to comment.