Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Apr 30, 2019
1 parent 6ad08f0 commit 1e83010
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.5.0 - 2019-04-29

- Fixed and written tests for transaction handling
([#34](https://github.com/go-gormigrate/gormigrate/pull/34), [#10](https://github.com/go-gormigrate/gormigrate/issues/10)).
Enabling transation is recommend, but only supported for databases that
support DDL transactions (PostgreSQL, Microsoft SQL Server and SQLite).
- Making the code more safe by checking more errors
([#35](https://github.com/go-gormigrate/gormigrate/pull/35)).

## v1.4.0 - 2019-02-03

- Allow an empty migration list if a `InitSchema` function is defined
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![Build Status](https://travis-ci.org/go-gormigrate/gormigrate.svg?branch=master)](https://travis-ci.org/go-gormigrate/gormigrate)
[![Build status](https://ci.appveyor.com/api/projects/status/89e414sklbwefyyp?svg=true)](https://ci.appveyor.com/project/andreynering/gormigrate)

Gormigrate is a migration helper for [Gorm][gorm].
Gormigrate is a minimalistic migration helper for [Gorm][gorm].
Gorm already has useful [migrate functions][gormmigrate], just misses
proper schema versioning and rollback capabilities.
proper schema versioning and migration rollback support.

## Supported databases

Expand Down

0 comments on commit 1e83010

Please sign in to comment.