version bump to 1.0.5 in DESCRIPTION and update news

This commit is contained in:
Alex 2020-01-29 07:48:59 -08:00
Родитель a04c95ddf4
Коммит 1934f7a236
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureKusto
Title: Interface to 'Kusto'/'Azure Data Explorer'
Version: 1.0.4
Version: 1.0.5
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = "aut"),
person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = c("aut", "cre")),

Просмотреть файл

@ -1,3 +1,7 @@
# AzureKusto 1.0.5
* Compatibility update for tidyselect 1.0.0.
# AzureKusto 1.0.4
* Default `queryconsistency` query setting changed to `strongconsistency`, which fixes query errors under certain cluster configurations.