From 03760e87f810c92a2bcda8e064c41b0a1617d294 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 3 May 2021 15:12:39 +0200 Subject: [PATCH] Set version to 1.3.3 (#1538) * Set version to 1.3.3 --- NEWS.md | 9 +++++---- Project.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7db79eb5..e3c5e497 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ This is a log of major changes in Gadfly between releases. It is not exhaustive. Each release typically has a number of minor bug fixes beyond what is listed here. +# Version 1.3.3 + + * Add support for Showoff 1.0 (#1522) + * Add support for CategoricalArrays 0.10 (#1537) + # Version 1.3.2 * Add `Stat.quantile_bars` (#1521) @@ -14,8 +19,6 @@ Each release typically has a number of minor bug fixes beyond what is listed her * Support one-length aesthetics for `Geom.segment` (#1465) * Support one-length aesthetics e.g. `color=[colorant"red"]` for `Geom.line` (#1459) - - # Version 1.3.0 * Add support for CategoricalArrays v0.8 & and DataFrames v0.21 (#1447) @@ -25,8 +28,6 @@ Each release typically has a number of minor bug fixes beyond what is listed her * Add `Geom.bar(position=:identity)` + alpha enabled (#1428) * Enable stacked guides (#1423) - - # Version 1.2.0 * Add `Scale.size_radius` and `Scale.size_area` (#1386) diff --git a/Project.toml b/Project.toml index 79beff03..9cf69b0b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Gadfly" uuid = "c91e804a-d5a3-530f-b6f0-dfbca275c004" -version = "1.3.2" +version = "1.3.3" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"