Skip to content

Commit 3289dcf

Browse files
committed
update changelog, push v0.7.3
1 parent a7301be commit 3289dcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* v0.7.3
2+
- relax restrictions for legend sizing. I.e. if a plot has a legend
3+
and one sets the margin on the right to zero, previously it caused a
4+
runtime error.
15
* v0.7.2
26
- fix ~scale_x/y_log2/10~ when using it on scales that 'appear' to be
37
discrete based on their data. It was missing the boolean to indicate

ggplotnim.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.7.2"
3+
version = "0.7.3"
44
author = "Sebastian Schmidt"
55
description = "A port of ggplot2 for Nim"
66
license = "MIT"

0 commit comments

Comments
 (0)