Skip to content

Commit ba6764a

Browse files
authored
Update README.md
1 parent 7cb276c commit ba6764a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# elasticsearch
2+
13
Official Rust Client for [Elasticsearch](https://github.com/elastic/elasticsearch).
24

35
Full documentation is available at https://docs.rs/elasticsearch
@@ -17,14 +19,14 @@ Any minor/patch version of the client can be used against any minor/patch versio
1719
**within the same major version lineage**. For example,
1820

1921
- A `7.5.0` client can be used against `7.0.0` Elasticsearch
20-
- A `7.4.0` client can be used against `7.5.1` Elasticsearch
22+
- A `7.5.0` client can be used against `7.6.0` Elasticsearch
2123

2224
In the former case, a 7.5.0 client may contain additional API functions that are not available
2325
in 7.0.0 Elasticsearch. In this case, these APIs cannot be used, but for any APIs available in
2426
Elasticsearch, the respective API functions on the client will be compatible.
2527

26-
In the latter case, a 7.4.0 client won't contain API functions for APIs that are introduced in
27-
Elasticsearch 7.5.0+, but for all other APIs available in Elasticsearch, the respective API
28+
In the latter case, a 7.5.0 client won't contain API functions for APIs that are introduced in
29+
Elasticsearch 7.6.0+, but for all other APIs available in Elasticsearch, the respective API
2830
functions on the client will be compatible.
2931

3032
**No compatibility assurances are given between different major versions of the client and
@@ -45,7 +47,7 @@ that is compatible with the version of Elasticsearch you're using
4547

4648
```toml
4749
[dependencies]
48-
elasticsearch = "7.5.2-alpha1"
50+
elasticsearch = "7.6.0-alpha.1"
4951
```
5052

5153
The following _optional_ dependencies may also be useful to create requests and read responses
@@ -195,4 +197,4 @@ async fn run() -> Result<(), Error> {
195197

196198
## License
197199

198-
This is free software, licensed under [The Apache License Version 2.0.](LICENSE).
200+
This is free software, licensed under [The Apache License Version 2.0.](LICENSE).

0 commit comments

Comments
 (0)