Skip to content

Commit

Permalink
Update Project.toml (#491)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update CHANGELOG.md
  • Loading branch information
JonasIsensee committed Oct 16, 2023
1 parent f0de2ed commit 374545b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.36
- compat bound for TranscodingStreams.jl

## 0.4.35
- fix roundtrip of Type{} objects #484

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "JLD2"
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
version = "0.4.35"
version = "0.4.36"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down

2 comments on commit 374545b

@IanButterworth
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.36 -m "<description of version>" 374545bbe493643c6636549fb38fa94ff30c46c2
git push origin v0.4.36

Please sign in to comment.