From 34317f696ef16c7611c39a2a146f4f75240a0471 Mon Sep 17 00:00:00 2001 From: Kyrylo Simonov Date: Wed, 17 Apr 2024 22:17:38 -0500 Subject: [PATCH] Bump the version number and update release notes --- NEWS.md | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c9b8ebe1..3bfb2802 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # Release Notes +## v0.13.2 + +* Wrap a branch of `UNION ALL` in a subquery if it contains `ORDER BY` or + `LIMIT` clause. + + ## v0.13.1 * Add support for grouping sets, which are used in SQL to calculate totals diff --git a/Project.toml b/Project.toml index 25d95d95..0f3b1c15 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FunSQL" uuid = "cf6cc811-59f4-4a10-b258-a8547a8f6407" authors = ["Kirill Simonov ", "Clark C. Evans "] -version = "0.13.1" +version = "0.13.2" [deps] DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"