Skip to content

Commit

Permalink
Bump YAML compat
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Jan 20, 2021
1 parent c460917 commit cd30723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HTTP = "0.9"
JLD2 = "0.3"
JLSO = "2"
JSON = "0.21"
YAML = "0.4.3"
YAML = "0.4.6"
julia = "1"

[extras]
Expand Down

2 comments on commit cd30723

@christopher-dG
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 bug that caused saved data to not be used when not specifying the file extension.

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

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

Please sign in to comment.