Skip to content

Commit

Permalink
Release 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinar committed Jun 5, 2018
1 parent 51e6ea4 commit cff75ff
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,80 +4,80 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Added
## [4.1.4](https://gihub.com/elwinar/rambler/releases/tag/4.1.4) - 2016-06-05
### Fixed
- PostgreSQL DSN order

- MySQL driver now use the migration name as primary key (necessary for Percona XtraDB clusters)
- Logs are now emitted during the execution, on both debug and info level
- Debug command line flag to toggle the debug logs
## [4.1.3](https://gihub.com/elwinar/rambler/releases/tag/4.1.3) - 2017-02-26
### Fixed
- Respect the debug logging flag

### Changed
## [4.1.2](https://gihub.com/elwinar/rambler/releases/tag/4.1.2) - 2017-02-26
### Fixed
- Missing formatter on environment log

- Moved from github.com/codegangsta/cli to [github.com/urfave/cli](https://github.com/urfave/cli)
## [4.1.1](https://gihub.com/elwinar/rambler/releases/tag/4.1.1) - 2017-02-26
### Fixed
- Logging formatting
- Missing default configuration values

## [3.4.0](https://github.com/elwinar/rambler/releases/tag/v3.4.0) - 2016-10-27
## [4.1.0](https://gihub.com/elwinar/rambler/releases/tag/4.1.0) - 2017-01-02
### Added
- Docker image
- Logs various actions

### Internal
- Moved from github.com/codegangsta/cli to [github.com/urfave/cli](https://github.com/urfave/cli)

## [4.0.0](https://github.com/elwinar/rambler/releases/tag/4.0.0) - 2016-10-30
### Added
- MySQL driver now use the migration name as primary key (necessary for Percona XtraDB clusters)

## [3.4.0](https://github.com/elwinar/rambler/releases/tag/v3.4.0) - 2016-10-27
### Added
- HJSON support for the configuration file

## [3.3.0](https://github.com/elwinar/rambler/releases/tag/v3.3.0) - 2016-07-13

### Added

- SQLite driver
- Exit with error code 1 in case of error
- Dynamic version into the build
- A simple makefile for convenience

### Removed

- GoXC configuration file

## [3.2.0](https://github.com/elwinar/rambler/releases/tag/v3.2.0) - 2015-09-19

### Added

- Add GoXC configuration file to automate the release process

## [3.1.0](https://github.com/elwinar/rambler/releases/tag/v3.1.0) - 2015-09-18

### Added

- Continuous integration tooling with Wercker
- [Unlicense](http://unlicense.org/) LICENSE file
- Ego-growing badges on the top of the README file

### Fixed

- Various linting warnings

## [3.0.0](https://github.com/elwinar/rambler/releases/tag/v3.0.0) - 2015-08-21

### Changed

- Complete rewrite of the software for simplicity

### Fixed

- Configuration bug due to vendor breaking change

## [2.1.0](https://github.com/elwinar/rambler/releases/tag/v2.1.0) - 2014-12-24

### Added

- Postgresql driver from the good work of [cjhubert](https://github.com/cjhubert)

## [2.0.0](https://github.com/elwinar/rambler/releases/tag/v2.0.0) - 2014-12-24

### Changed

- Complete rewrite to add unit-testing

### Removed

- The command-line options to override the configuration
- Possibility of using alternatives configuration file types (namely YAML and TOML)

### Fixed

- Behavior of the transactions

0 comments on commit cff75ff

Please sign in to comment.