Skip to content

Commit

Permalink
Prep for 0.18.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 12, 2020
1 parent da97fef commit 54d7bf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

# 0.18.6 / 2020-11-12

* Change the logging level for "Executing inline Ruby…" messages to the debug level [#175](https://github.com/bridgetownrb/bridgetown/issues/175)
* Change the logging level for "Executing inline Ruby…" messages to the debug level [#184](https://github.com/bridgetownrb/bridgetown/pull/184) ([ianbayne](https://github.com/ianbayne))
* Add yarn clean script to package.json [#182](https://github.com/bridgetownrb/bridgetown/pull/182) ([andrewmcodes](https://github.com/andrewmcodes))
* Fix dash obfuscation in obfuscate filter [#181](https://github.com/bridgetownrb/bridgetown/pull/181) [julianrubisch](https://github.com/julianrubisch))
* Ensure HashWithDotAccess converts to Hash for Liquid templates

# 0.18.5 / 2020-11-09

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Say howdy 👋 to our growing list of the first twenty sponsors of Bridgetown on
|<a href="https://twitter.com/cabgfx">@cabgfx</a>|<a href="https://twitter.com/andrewmcodes">@andrewmcodes</a>|<a href="https://github.com/miatrinity">@miatrinity</a>|<a href="https://www.twitter.com/marcoroth_">@marcoroth_</a>|<a href="https://github.com/mtomov">@mtomov</a>|
|<a href="http://www.pilotcph.dk">Website</a>|<a href="https://andrewm.codes">Website</a>|<a href="https://railsnew.io/">Website</a>|<a href="https://marcoroth.dev">Website</a>||

|<img src="https://avatars.githubusercontent.com/johnchambers?s=256" alt="johnchambers" width="128" />|<img src="https://avatars.githubusercontent.com/wout?s=256" alt="johnchambers" width="128" />|<img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=identicon&s=128&" alt="" width="128" />|
|:---:|:---:|:---:|
|<a href="https://github.com/johnchambers">@johnchambers</a>|<a href="https://github.com/wout">@wout</a>|You Next?|
||<a href="https://tilishop.com">Website</a>||
|<img src="https://avatars.githubusercontent.com/johnchambers?s=256" alt="johnchambers" width="128" />|<img src="https://avatars.githubusercontent.com/wout?s=256" alt="johnchambers" width="128" />|<img src="https://avatars.githubusercontent.com/pascalwengerter?s=256" alt="pascalwengerter" width="128" />|<img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=identicon&s=128&" alt="" width="128" />|
|:---:|:---:|:---:|:---:|
|<a href="https://github.com/johnchambers">@johnchambers</a>|<a href="https://github.com/wout">@wout</a>|<a href="https://github.com/pascalwengerter">@pascalwengerter</a>|You Next?|
||<a href="https://tilishop.com">Website</a>|<a href="https://pascal.rocks">Website</a>||

## Commercial Support

Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "0.18.5"
VERSION = "0.18.6"
CODE_NAME = "Taylor Street"
end

0 comments on commit 54d7bf1

Please sign in to comment.