From 8b153d9703a2b9d0000a555384a0ad9e8f002f37 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 7 Nov 2023 16:58:12 +0000 Subject: [PATCH 1/2] r_tree_2.1.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 31af6b2..8a2c903 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: r_tree -version: 2.1.4 +version: 2.1.5 description: R-tree implementation to index and query two-dimensional data homepage: https://github.com/Workiva/r_tree From 6e1f4801a40e2741ca7a473317bcc65258ce5733 Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Tue, 7 Nov 2023 11:01:27 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b927be..b1ac94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.1.5](https://github.com/Workiva/r_tree/compare/2.1.4...2.1.5) + +- Performance improvements +- Improved correctness of internal state +- Included PRs: + - [Variety of performance improvements](https://github.com/Workiva/r_tree/pull/58) + - [Change updateBoundingRect to be non-breaking](https://github.com/Workiva/r_tree/pull/66) + - [DT-23494 DT-23495 Strengthen test assertions and correct internal tree node state](https://github.com/Workiva/r_tree/pull/67) + ## [2.1.4](https://github.com/Workiva/r_tree/compare/2.1.3...2.1.4) - Update CHANGELOG.md