Skip to content

Commit b2bd2d9

Browse files
committed
Prep for release
1 parent 7780166 commit b2bd2d9

File tree

6 files changed

+413
-419
lines changed

6 files changed

+413
-419
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

2-
# master - (unreleased)
2+
# 0.11.10 - 9 Aug, 2016
33

4-
- Added CHANGELOG.md for a [new documentation](https://github.com/knex/documentation) builder, #1615
4+
- Added CHANGELOG.md for a [new documentation](https://github.com/knex/documentation) builder coming soon, #1615
5+
- Minor documentation tweaks
56
- PG: Fix Uint8Array being considered undefined, #1601
67
- MSSQL: Make columnInfo schema dynamic, #1585
78

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2014 Tim Griesser
1+
Copyright (c) 2013-present Tim Griesser
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation
@@ -19,4 +19,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1919
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2020
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2121
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
OTHER DEALINGS IN THE SOFTWARE.
22+
OTHER DEALINGS IN THE SOFTWARE.

build/knex.js

+403-411
Large diffs are not rendered by default.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div id="sidebar" class="interface">
3333

3434
<a class="toc_title" href="#changelog">
35-
Knex.js <span class="version">(0.11.9)</span>
35+
Knex.js <span class="version">(0.11.10)</span>
3636
</a>
3737
<ul class="toc_section">
3838
<li>&raquo; <a href="https://github.com/tgriesser/knex">GitHub Repository</a></li>
@@ -337,7 +337,7 @@
337337
</p>
338338

339339

340-
<h2>Latest Release: 0.11.8 - <span class="small"><a href="#changelog">Change Log</a></span></h2>
340+
<h2>Latest Release: 0.11.10 - <span class="small"><a href="#changelog">Change Log</a></span></h2>
341341

342342
<p>
343343
Current Develop &mdash;
@@ -3109,7 +3109,7 @@ <h2 id="faq">F.A.Q.</h2>
31093109

31103110
<p>
31113111
<b class="header">My tests are failing because slow DB connection and short test timeouts! How to extend test timeouts?</b><br />
3112-
Sometimes, e.g. when running CI on travis, test suite's default timeout of 5 seconds might be too short. In such cases an alternative test timeout
3112+
Sometimes, e.g. when running CI on travis, test suite's default timeout of 5 seconds might be too short. In such cases an alternative test timeout
31133113
value in milliseconds can be specified using the <tt>KNEX_TEST_TIMEOUT</tt> environment variable.
31143114
</p>
31153115
<pre>

knex.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Knex.js
22
// --------------
3-
// (c) 2014 Tim Griesser
3+
// (c) 2013-present Tim Griesser
44
// Knex may be freely distributed under the MIT license.
55
// For details and documentation:
66
// http://knexjs.org

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"oracledb": false
100100
},
101101
"files": [
102+
"CONTRIBUTING.md",
102103
"README.md",
103104
"src/*",
104105
"lib/*",

0 commit comments

Comments
 (0)