Skip to content

Commit

Permalink
Increment minor version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber committed Aug 2, 2018
1 parent b9db8be commit b0f7338
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BacDiveR
Title: A Programmatic Interface For BacDive, The DSMZ's Bacterial Diversity Metadatabase
Version: 0.4.2
Version: 0.5.0
Authors@R: person("Katrin", "Leinweber", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5135-5758"))
Expand Down
16 changes: 13 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- add DOI: [10.5281/zenodo.1308061](https://zenodo.org/record/1308061)

- the JSON download is no longer purged of all space characters, but only the
`\r`, `\n` and `\t` are repaired to the stricter jsonlite demands (#43)

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## BacDiveR 0.5.0

### Changed

- The JSON downloads are no longer purged of all space characters pre-emptively
to prevent jsonlite from complaining about invalid encoding (#43). Instead,
only `\r`, `\n` and `\t` are repaired to `\\r`, `\\n` and `\\t`, which jsonlite
expects. This leads to different output (newline & tabs, where previously only
spaces occured)! Thus, if you are parsing BacDiveR output in any way, you may
need to adjust that. Because I consider this unlikely given the "maturing" status,
and because no API surface was changed, I don't consider this a major change
in the [SemVer.org](https://semver.org/) sense.


## BacDiveR 0.4.2

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/PULL_REQUEST_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/BacDive-ing-in.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/Semi-automatic-approach.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/adr-001-JSON-not-XML.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/aggregate_result_URLs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/construct_Renviron_path.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/construct_url.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/download.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/get_credentials.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/prepare_Renviron.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/retrieve_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/retrieve_search_results.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/sanitise_input.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0f7338

Please sign in to comment.