Skip to content

Commit

Permalink
Merge pull request #29 from hintmedia/release
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
Nate Vick committed Aug 10, 2020
2 parents b61efa9 + 461b19e commit af3e863
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
### Changed
- default to exposing only necessary ports [PR26](https://github.com/hintmedia/railsdock/pull/26)
- move most config to compose file [PR28](https://github.com/hintmedia/railsdock/pull/28)
### Deprecated
### Removed
### Fixed
- handle new apps with no schema.rb or structure.sql [I22](https://github.com/hintmedia/railsdock/issues/22) [PR25](https://github.com/hintmedia/railsdock/pull/25)
### Security

## [0.4.0] - 08-08-2020
### Changed
- default to exposing only necessary ports [PR26](https://github.com/hintmedia/railsdock/pull/26)
- move most config to compose file [PR28](https://github.com/hintmedia/railsdock/pull/28)
### Fixed
- handle new apps with no schema.rb or structure.sql [I22](https://github.com/hintmedia/railsdock/issues/22) [PR25](https://github.com/hintmedia/railsdock/pull/25)

## [0.3.1] - 07-20-2020
### Fixed
- command in docker-compose template [PR21](https://github.com/hintmedia/railsdock/pull/21)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
railsdock (0.3.1)
railsdock (0.4.0)
bundler (~> 2.0)
pastel (~> 0.7.2)
railties (>= 4.2, < 6.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
diff-lcs (1.3)
equatable (0.6.1)
erubi (1.9.0)
i18n (1.8.4)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
loofah (2.6.0)
crass (~> 1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/railsdock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Railsdock
VERSION = '0.3.1'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit af3e863

Please sign in to comment.