Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit dac1164

Browse files
committed
udpate news, cran comments, and bump to release version
1 parent 12bf254 commit dac1164

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Provides a set of functions for querying and parsing data
55
remote), including search, 'faceting', 'highlighting', 'stats', and
66
'more like this'. In addition, some functionality is included for
77
creating, deleting, and updating documents in a 'Solr' 'database'.
8-
Version: 1.1.1.9100
8+
Version: 1.1.4
99
Authors@R: c(
1010
person("Scott", "Chamberlain", role = c("aut", "cre"),
1111
email = "myrmecocystus@gmail.com",

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
solrium 1.1.4
2+
=============
3+
4+
### BUG FIXES
5+
6+
* fixed typo in code that made the `delete_by_query()`/`$delete_by_query()` method not work correctly (#121) thanks @abhik1368 for the report
7+
8+
19
solrium 1.1.0
210
=============
311

cran-comments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
-----
1717

18-
This release includes a bug fix and swaps out deprecated functions of a dependency package.
19-
20-
This is a re-submission fixing broken links.
18+
This release includes a bug fix that prevented successful execution of delete by query in Solr.
2119

2220
Thanks!
2321
Scott Chamberlain

0 commit comments

Comments
 (0)