Skip to content

Commit

Permalink
1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Jan 12, 2019
1 parent d0ec074 commit 84fb860
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
All notable changes to this project will be documented in this file.
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.

## [UNRELEASED]
## [1.5.2]
- #138 from patchkit-net/feature/before_action_chain_break Change before_action behavior: allow chain break
- #139 from patchkit-net/bugfix/spec-gem-files-dir Fix jets.gemspec files listing method
- #140 from patchkit-net/feature/config-logger Add configurable Jets.application.config.logger
- Change before_action behavior: When any before action renders or redirects, the filter chain
is halted, and action code is not executed. This allows before_action to act as guards.
- Fix jets.gemspec how git command is executed to list files. The listing no longer needs to be done
from the jets root directory. This change enables including Jets as local bundler gem.
- Add Jets.application.config.logger field to enable custom logger instance to
be configured in config/environments/*.rb files.
- Fix scaffold ajax redirect url

## [1.5.1]
- #137 from tongueroo/gems-check bypass gems check exit for custom lambda layers
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
jets (1.5.1)
jets (1.5.2)
activerecord (>= 5.2.1)
activesupport (>= 5.2.1)
aws-sdk-apigateway
Expand Down
2 changes: 1 addition & 1 deletion lib/jets/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jets
VERSION = "1.5.1"
VERSION = "1.5.2"
end

0 comments on commit 84fb860

Please sign in to comment.