Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version to 1.3.3 #1538

Merged
merged 2 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down