From 26e7bbedb11eeb5351f1f607e2929cd74988bc69 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Sat, 21 Apr 2018 18:10:56 +0200 Subject: [PATCH] Marry use_news() & keepachangelog.com (fix #63) --- NEWS.md | 2 +- docs/news/index.html | 67 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 61070ec..2830eed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Changelog +# BacDiveR 0.4.0 All notable changes to this project will be documented in this file. diff --git a/docs/news/index.html b/docs/news/index.html index f7dd148..6ff8d5d 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -21,6 +21,8 @@ + + @@ -107,12 +109,77 @@

Changelog

+
+

+BacDiveR 0.4.0

+

All notable changes to this project will be documented in this file.

+

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

+
+

+Unreleased

+
+

+Added

+
    +
  • +retrieve_search_results(), see #61
  • +
  • Architecture Decision records, see #53 & /docs/arch/adr-*.md +
  • +
+
+
+

+Changed

+
    +
  • +retrieve_data() now downloads the dataset(s) by default, not only the ID(s), see #54 & #59
  • +
+
+
+
+

+[0.4.0] - 2018-04-27

+
+

+Added

+
    +
  • This changelog (see #41)
  • +
+
+
+

+Changed

+
    +
  • Datasets in the aggregated (large) list are now named according to their bacdive_IDs (see #47). Before, the list were only numbered with 1, 2, 3, etc.
  • +
+
+
+
+

+[0.3.1] - 2018-03-24

+
+

+Fixed

+
    +
  • An error in the download of a single dataset found through it’s culture collection number (see #45)
  • +
+
+
+

+Added

+
    +
  • Usable example / vignette in the README.md file (see #16)
  • +
+
+
+