Skip to content

Commit

Permalink
Update for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kunkle committed Aug 3, 2012
1 parent e300c07 commit e8b8525
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Expand Up @@ -34,4 +34,17 @@ Fix:
Fix:
- Add testing for all supported database drivers
- Fix dropTable on PostgreSQL #21
- Implement removeColumn and changeColumn for MySQL
- Implement removeColumn and changeColumn for MySQL

## 0.2.0

New Feature:
- Expose currently running environment name #22
- Added an insert method to the API #23
- Add support for unknown column data types #34

Fix:
- Fixed error creating migration table #26
- Fixed removeIndex error in MySQL #37
- Fixed issue with tests using too many connections under PostgreSQL
- Fixed error running migrations under sqlite3 #27
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"sqlite",
"mysql"
],
"version": "0.1.5",
"version": "0.2.0",
"engines": {
"node": ">=0.6.0"
},
Expand Down

0 comments on commit e8b8525

Please sign in to comment.