Skip to content

Commit

Permalink
bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed Sep 8, 2024
1 parent e9de41f commit 86b3ded
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale_preview_removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Doc Preview Cleanup

on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 0 * *"

jobs:
doc-preview-cleanup:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0
- Improved encoding of committed datatypes.
This fixes longstanding issues but new files will not be loaded correctly with JLD2 versions prior to `v0.5.0`.
Existing files remain readable.
- JLD2 now warns when storing structures containing `<: Function` objects.

## 0.4.53
- Experimental: Slicing and inplace updating of array datasets
- updated CI workflows
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.53"
version = "0.5.0"

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

0 comments on commit 86b3ded

Please sign in to comment.