Skip to content

Commit

Permalink
Prepare to release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Apr 21, 2022
1 parent d6b97d5 commit 2511e74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Master (Unreleased)

# 1.0.7 - 13 March, 2022
# 2.0.0 - 21 April, 2022

### Breaking changes

- Restore sqlite3 package #5136

### Test / internal changes:

- Migrate Husky from 4 to 7 #5137
- Migrate Jake to 10.8.5 #5138

# 1.0.7 - 13 April, 2022

### Bug fixes:

- CLI: Fix cli migrate:make SQLite dependency #5106

# 1.0.6 - 12 March, 2022
# 1.0.6 - 12 April, 2022

### Bug fixes:

- PostgreSQL: Wait for search path to be set before returning connection #5107
- CLI: No client override during migrate:make #5109

# 1.0.5 - 05 March, 2022
# 1.0.5 - 05 April, 2022

### New features:

Expand Down
3 changes: 1 addition & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

### Upgrading to version 2.0.0+

* The package `sqlite3` is again maintained, we restore it and remove `@vscode/sqlite3` driver dependency, please
replace it in the `package.json`;
* Since `sqlite3` is maintained again, we switched back to it. If you are using `@vscode/sqlite3` driver dependency, please replace it with `sqlite3` in your `package.json`;

### Upgrading to version 1.0.0+

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "1.0.7",
"version": "2.0.0",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
"pg-native": {
"optional": true
},
"@vscode/sqlite3": {
"sqlite3": {
"optional": true
},
"better-sqlite3": {
Expand Down

0 comments on commit 2511e74

Please sign in to comment.