Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit e7a4e1b

Browse files
committed
bump version to v0.7.6, update news and cran comments
1 parent 0bb1e71 commit e7a4e1b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java'
88
requests. In addition, 'elastic' provides functions for interacting with 'APIs'
99
for 'indices', documents, nodes, clusters, an interface to the cat 'API', and
1010
more.
11-
Version: 0.7.4.9300
11+
Version: 0.7.6
1212
License: MIT + file LICENSE
1313
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
1414
email = "myrmecocystus@gmail.com")

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
elastic 0.7.6
2+
=============
3+
4+
### BUG FIXES
5+
6+
* Allow usage of `es_base` parameter in `connect()` - Now, instead of
7+
`stop()` on `es_base` usage, we use its value for `es_host`. Only
8+
pass in one or the other of `es_base` and `es_host`, not both.
9+
(#146) thanks @MarcinKosinski
10+
111
elastic 0.7.4
212
=============
313

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ License components with restrictions and base license permitting such:
2020

2121
-------
2222

23-
This version includes new suite of functions for an Elasticsearch feature,
24-
a bug fix, more tests, and a documentation improvement.
23+
This version includes a bug fix.
2524

2625
Thanks!
2726
Scott Chamberlain

0 commit comments

Comments
 (0)