Skip to content

Commit e421cc6

Browse files
committed
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.2...v0.6.0) (2020-08-11) ### Bug Fixes * **Messages:** Send other messages to the log. ([a91fe32](a91fe32)) * **Warnings:** Send code chunk warning messages to log instead of output ([dc4b19e](dc4b19e)) ### Features * **Interpreter:** Handle fig.width and fig.height options ([f721587](f721587))
1 parent f721587 commit e421cc6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors@R: c(person("Nokome", "Bentley", email = "nokome@stenci.la", role = c("a
88
URL: https://github.com/stencila/rasta#readme
99
BugReports: https://github.com/stencila/rasta/issues
1010
License: file LICENSE
11-
Version: 0.5.2
11+
Version: 0.6.0
1212
Imports:
1313
base64enc,
1414
evaluate,

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# News
22

3+
# [0.6.0](https://github.com/stencila/rasta/compare/v0.5.2...v0.6.0) (2020-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **Messages:** Send other messages to the log. ([a91fe32](https://github.com/stencila/rasta/commit/a91fe32d43adca2a6cc6976035e4e237b31725c5))
9+
* **Warnings:** Send code chunk warning messages to log instead of output ([dc4b19e](https://github.com/stencila/rasta/commit/dc4b19e2e9e2b5cc49d193d839a3c710956e30db))
10+
11+
12+
### Features
13+
14+
* **Interpreter:** Handle fig.width and fig.height options ([f721587](https://github.com/stencila/rasta/commit/f7215871f8223650117f2f9911d005ac5c8eaca2))
15+
316
## [0.5.2](https://github.com/stencila/rasta/compare/v0.5.1...v0.5.2) (2020-05-17)
417

518

0 commit comments

Comments
 (0)