Skip to content

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Sep 20, 2020
1 parent d49c3da commit cebc7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## Unreleased
## Version 4.1.0
* Depends only `railties` and `actionview`, not `rails` (via #7)
* Include `Gretel::ViewHelpers` module in `ActiveSupport.on_load(:action_view)` block
* Fix ruby 2.7 keywords warning (via #24, thanks @aki77)
* Fix multithreaded environment issue (via #13)
* `breadcrumbs.rb` is now evaluated in a instance of `Gretel::Crumbs::Builder`. If you call methods other than `crumb`, `crumbs` and `crumb_defined?`, you need to call it via full reference like `Gretel::Crumbs.xxxx`
* `breadcrumbs.rb` is now evaluated in a instance of `Gretel::Crumbs::Builder`. If you want to call methods from `breadcrumbs.rb` other than `crumb`, `crumbs` and `crumb_defined?`, you need to call it via full reference like `Gretel::Crumbs.xxxx`

## Version 4.0.2
* The return value of `breadcrumbs` is `html_safe` now (via #22)
Expand Down
2 changes: 1 addition & 1 deletion lib/gretel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gretel
VERSION = "4.0.2"
VERSION = "4.1.0"
end

0 comments on commit cebc7b1

Please sign in to comment.