Skip to content

Commit 7d5ca00

Browse files
committed
Bump version to 1.3.3, update changelog
1 parent 7df1767 commit 7d5ca00

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ComplexUpset
22
Type: Package
33
Title: Create Complex UpSet Plots Using 'ggplot2' Components
4-
Version: 1.3.2
4+
Version: 1.3.3
55
Authors@R: person(
66
"Michał", "Krassowski", email = "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-9638-7785"))

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 1.3.3
2+
3+
Bug fixes:
4+
- Makes zero-degree intersection size for `intersections='all'` mode follow the same behavior as the bar plot.
5+
6+
# Version 1.3.2
7+
8+
Bug fixes:
9+
- Enable displaying degree 0 intersection with `group_by='sets'`. The old behavior of not displaying degree zero intersection can be achieved by using `min_degree=1` argument.
10+
111
# Version 1.3.1
212

313
2021-08-04

0 commit comments

Comments
 (0)