Skip to content

Commit c86628e

Browse files
authored
Merge pull request #953 from odow/od/v0.19.1
Prep for v0.19.1
2 parents 71775aa + ab5b613 commit c86628e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,24 @@ Starting from version 0.19.0, CHANGELOG.md is managed in a format that follows <
55
<!-- links start -->
66
[Unreleased]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.0...HEAD
77
[0.19.0]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.18.22...v0.19.0
8+
[0.19.1]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.0...v0.19.1
89
<!-- links end -->
910

11+
[0.19.1] - 2025-08-26
12+
=====================
13+
14+
## Fixed
15+
16+
- Add `newsz::Integer` type annotation to `sizehint!` overloads (JuliaCollections/DataStructures.jl#945)
17+
- Fix `pop!` with default for `OrderedRobinDict` (JuliaCollections/DataStructures.jl#950)
18+
- Fix deprecation of `DisjointSets(xs...)` to avoid warning on package load (JuliaCollections/DataStructures.jl#951)
19+
20+
## Other
21+
22+
- link to where missing change notes are (JuliaCollections/DataStructures.jl#944)
23+
- Bump `actions/checkout` from 4 to 5 (JuliaCollections/DataStructures.jl#947)
24+
- Add docstrings to `DefaultDict` (JuliaCollections/DataStructures.jl#948)
25+
1026
[0.19.0] - 2025-07-31
1127
=====================
1228

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataStructures"
22
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
3-
version = "0.19.0"
3+
version = "0.19.1"
44

55
[deps]
66
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

0 commit comments

Comments
 (0)