Skip to content

Commit

Permalink
Prep for 0.16 beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jul 24, 2020
1 parent 5bba488 commit a33b13f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# main

# 0.16.0.beta2 / 2020-07-24

(`0-16-stable` branch)

* Fix the "add_yarn_for_gem" action [#114](https://github.com/bridgetownrb/bridgetown/pull/114) ([jaredcwhite](https://github.com/jaredcwhite))
* Call GitHub API to determine default branch name [#115](https://github.com/bridgetownrb/bridgetown/pull/115) ([jaredcwhite](https://github.com/jaredcwhite))
* Add capture helper to ERB templates
* Switch to Erubi for ERB template parsing
* Move webpack parsing code to the Utils module and enable for ERB templates [#105](https://github.com/bridgetownrb/bridgetown/pull/105) ([jaredcwhite](https://github.com/jaredcwhite))

# 0.16.0.beta1 / 2020-07-16

(`0-16-stable` branch)
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.16.0.beta1"
VERSION = "0.16.0.beta2"
CODE_NAME = "Crystal Springs"
end

0 comments on commit a33b13f

Please sign in to comment.