Skip to content

Commit 1960e93

Browse files
committed
Prepare v0.10.8
## Bug Fixes * [PDO & SQLite] Quoting (#1542) * [Postgres] Fix truncate table (#1555, #1474) * [SQLite] Fix truncate table (#1556) * [SQLite] Fixes to index handling (#1545) * [SQLite] Improved dropDatabase, and other minor fixes (#1533) * [SqlServer] Fix SqlServer syntax after making precision alias of limit (#1529) ## New Features * Add double type (#1493) * Introduce `--set` and `--unset` options for breakpoints (#1560) * [SQLite] Implement hasPrimaryKey and hasForeignKey (#1548) * [SQLite] New implementation of getColumns (#1554) ## Other Changes * Document that double is now a valid column type (#1527) * Enable testing for PHP 7.3 * Typos in documentation (#1525) * Updated documentation regarding the use of saveData() rather than save() in seeds (#1473)
1 parent c34ace8 commit 1960e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["phinx", "migrations", "database", "db", "database migrations"],
66
"homepage": "https://phinx.org",
77
"license": "MIT",
8-
"version": "0.10.7",
8+
"version": "0.10.8",
99
"authors": [{
1010
"name": "Rob Morgan",
1111
"email": "robbym@gmail.com",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.10'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.10.6'
53+
release = '0.10.8'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)