Skip to content

Commit e1770b5

Browse files
committed
Start 6.8 dev
1 parent 1d0ee74 commit e1770b5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# node-oracledb version 6.7.1
1+
# node-oracledb version 6.8.0-dev
2+
3+
**This release is under development and information may be incomplete**
24

35
The node-oracledb add-on for Node.js powers high performance Oracle Database
46
applications. Applications can be written in TypeScript, or directly in
57
JavaScript.
68

7-
Use node-oracledb 6.7.1 to connect Node.js 14.6, or later, to Oracle
9+
Use node-oracledb 6.8.0-dev to connect Node.js 14.6, or later, to Oracle
810
Database. Older versions of node-oracledb may work with older versions of
911
Node.js.
1012

doc/src/api_manual/dbobject.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The properties of a DbObject object are listed below.
8989

9090
This read-only property is a number. When :attr:`dbObject.isCollection` is
9191
*true*, this will have the number of elements in the collection. It is
92-
undefined for non-collections.
92+
*undefined* for non-collections.
9393

9494
.. attribute:: dbObject.name
9595

lib/version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
module.exports = {
3232
VERSION_MAJOR: 6,
33-
VERSION_MINOR: 7,
34-
VERSION_PATCH: 1,
35-
VERSION_SUFFIX: ''
33+
VERSION_MINOR: 8,
34+
VERSION_PATCH: 0,
35+
VERSION_SUFFIX: '-dev'
3636
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.7.1",
3+
"version": "6.8.0-dev",
44
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
55
"license": "(Apache-2.0 OR UPL-1.0)",
66
"homepage": "http://oracle.github.io/node-oracledb/",

0 commit comments

Comments
 (0)