Skip to content

Commit

Permalink
Prepare for 0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Sep 17, 2020
1 parent 2ac8e2b commit b091622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# main

# 0.17.0 "Mount Scott" / 2020-09-17

* Helper DSL for plugins (similar to the Liquid Filter DSL) [#135](https://github.com/bridgetownrb/bridgetown/pull/135) ([jaredcwhite](https://github.com/jaredcwhite))
* Process data cascade for folder-based frontmatter defaults [#139](https://github.com/bridgetownrb/bridgetown/pull/139) ([jaredcwhite](https://github.com/jaredcwhite))
* Execute block-based filters within object scope [#142](https://github.com/bridgetownrb/bridgetown/pull/142) ([jaredcwhite](https://github.com/jaredcwhite))
* Provide a Liquid find tag as easier alternative to where_exp [#101](https://github.com/bridgetownrb/bridgetown/pull/101) ([jaredcwhite](https://github.com/jaredcwhite))
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0"
CODE_NAME = "Crystal Springs"
VERSION = "0.17.0"
CODE_NAME = "Mount Scott"
end

0 comments on commit b091622

Please sign in to comment.