Skip to content

Commit 4c02580

Browse files
Update version -> 0.11.0
1 parent 0e5b6d6 commit 4c02580

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.10.3"
2+
current_version = "0.11.0"
33
parse = "^(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
44
serialize = [
55
"{major}.{minor}.{patch}-{prerelease}+{buildmetadata}",

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Release](https://img.shields.io/github/v/release/IBM/cloudant-node-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-node-sdk/releases/latest)
33
[![Docs](https://img.shields.io/static/v1?label=TypeDoc&message=latest&color=blue)](https://ibm.github.io/cloudant-node-sdk/)
44

5-
# IBM Cloudant Node.js SDK Version 0.10.3
5+
# IBM Cloudant Node.js SDK Version 0.11.0
66

77
IBM Cloudant Node.js SDK is a client library that interacts with the
88
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=node).
@@ -903,7 +903,7 @@ You have deleted the document.
903903

904904
#### Further code examples
905905

906-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#examples-for-node).
906+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#examples-for-node).
907907

908908
### Error handling
909909

@@ -1062,7 +1062,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
10621062
instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
10631063
10641064
For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
1065-
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges) instead of the follower.
1065+
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#postchanges) instead of the follower.
10661066

10671067
#### Error suppression
10681068

@@ -1097,7 +1097,7 @@ The follower is not optimized for some use cases and it is not recommended to us
10971097
* The volume of changes is very high (if the rate of changes in the database exceeds the follower's rate of pulling them it will never catch-up).
10981098

10991099
In these cases use-case specific control over the number of change requests made and the content size of the responses
1100-
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges).
1100+
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#postchanges).
11011101
11021102
#### Checkpointing
11031103
@@ -1590,7 +1590,7 @@ If you encounter an issue with the project, you are welcome to submit a
15901590

15911591
Before you submit a bug report, search for
15921592
[similar issues](https://github.com/IBM/cloudant-node-sdk/issues?q=is%3Aissue) and review the
1593-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1593+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
15941594

15951595
Please consult the [security policy](https://github.com/IBM/cloudant-node-sdk/security/policy) before opening security related issues.
15961596

@@ -1620,8 +1620,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
16201620

16211621
## Contributing
16221622

1623-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/CONTRIBUTING.md).
1623+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/CONTRIBUTING.md).
16241624

16251625
## License
16261626

1627-
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/LICENSE).
1627+
This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/LICENSE).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-cloud/cloudant",
3-
"version": "0.10.3",
3+
"version": "0.11.0",
44
"description": "IBM Cloudant Node.js SDK",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)