From 86b3dede8d461ab081035fd66037c9239c1665ef Mon Sep 17 00:00:00 2001 From: Jonas Isensee Date: Sun, 8 Sep 2024 14:30:58 +0200 Subject: [PATCH] bump version & changelog --- .github/workflows/stale_preview_removal.yml | 2 +- CHANGELOG.md | 6 ++++++ Project.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_preview_removal.yml b/.github/workflows/stale_preview_removal.yml index 55e8fcfd..2fbbde80 100644 --- a/.github/workflows/stale_preview_removal.yml +++ b/.github/workflows/stale_preview_removal.yml @@ -2,7 +2,7 @@ name: Doc Preview Cleanup on: schedule: - - cron: "0 * * * *" + - cron: "0 0 0 * *" jobs: doc-preview-cleanup: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebd5eb2..6cddef6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index 981b946d..e6595265 100644 --- a/Project.toml +++ b/Project.toml @@ -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"