summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:41:14 +0000
commit9ca72575eff325513990363c19d4a9066dd78de6 (patch)
treeec8de373b99dcc1560dceb4cb92acf4dbdc15a9a /NEWS.md
parent2a13dee7cb509c818da93d56c2422e29261e94cf (diff)
downloadsubplot-9ca72575eff325513990363c19d4a9066dd78de6.tar.gz
(release): Prepare 0.6.0 release
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 88a8b56..e6785bf 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,20 @@ This file summarises the changes between released versions of Subplot and its
associated libraries, especially with regards to changes visible to
the user of the Subplot software.
+# Version 0.6.0, released 2022-11-13
+
+* Subplot metadata now expects `authors` rather than `author`
+ to support multiple authors for documents. This is a breaking
+ change, hence the semver bump.
+* Subplot metadata now supports a `pandoc` mapping at the top level
+ which provides metadata to be inserted into the Pandoc document
+ build when producing PDFs or HTML.
+* There is now a `path` type, to go alongside `text` `word` etc.
+ Paths are expected to be (parts of) paths on the filesystem and
+ we have updated all bindings to use `path` where sensible to do so.
+* Subplotlib steps now handle the `path` type as `&Path`, so steps which
+ expect to be given paths should use that, rather than `&str`.
+
# Version 0.5.0, released 2022-09-13
* The big, breaking change for this release is that Subplot now