From ab5b613280f6a2392d3198ca6999b8b5f2fcd53e Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 26 Aug 2025 10:18:41 +1200 Subject: [PATCH] Prep for v0.19.1 --- CHANGELOG.md | 16 ++++++++++++++++ Project.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279a8dd3..9b5fe2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,24 @@ Starting from version 0.19.0, CHANGELOG.md is managed in a format that follows < [Unreleased]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.0...HEAD [0.19.0]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.18.22...v0.19.0 +[0.19.1]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.0...v0.19.1 +[0.19.1] - 2025-08-26 +===================== + +## Fixed + +- Add `newsz::Integer` type annotation to `sizehint!` overloads (JuliaCollections/DataStructures.jl#945) +- Fix `pop!` with default for `OrderedRobinDict` (JuliaCollections/DataStructures.jl#950) +- Fix deprecation of `DisjointSets(xs...)` to avoid warning on package load (JuliaCollections/DataStructures.jl#951) + +## Other + +- link to where missing change notes are (JuliaCollections/DataStructures.jl#944) +- Bump `actions/checkout` from 4 to 5 (JuliaCollections/DataStructures.jl#947) +- Add docstrings to `DefaultDict` (JuliaCollections/DataStructures.jl#948) + [0.19.0] - 2025-07-31 ===================== diff --git a/Project.toml b/Project.toml index 34f3f7ee..beabad9a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataStructures" uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" -version = "0.19.0" +version = "0.19.1" [deps] OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"