Skip to content

Commit

Permalink
Release 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Feb 5, 2021
1 parent 7e449ff commit 96462af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# main

# 0.19.2 / 2020-02-05

* Introducing bundled configurations! Now some popular automations, including enhanced PostCSS and Tailwind CSS setups, are available directly through the Bridgetown CLI rather than being in a separate automations repo. [Documentation here](https://www.bridgetownrb.com/docs/bundled-configurations). Thanks [Ayush](https://github.com/ayushn21)
* Upgrade to Liquid 5.0 and remove previous backported `render` tag [#224](https://github.com/bridgetownrb/bridgetown/pull/224) ([jaredcwhite](https://github.com/jaredcwhite))
* **Breaking Change:** when using the `where` filter, the literals `""``, `blank`, and `empty` are now all equivalent.
* New plugin generator now prefers `main` over `master` for default branch name [#225](https://github.com/bridgetownrb/bridgetown/pull/225) ([ayushn21](https://github.com/ayushn21))
* Use `ActiveSupport::DescendantsTracker` for managing class hierarchies of plugins (converters, builders, and generators) [#218](https://github.com/bridgetownrb/bridgetown/pull/218) ([jaredcwhite](https://github.com/jaredcwhite))
* Lots of documentation improvements — thanks [Juan](https://github.com/JuanVqz), [Taha](https://github.com/marketerly), and [Ayush](https://github.com/ayushn21).

# 0.19.1 / 2020-12-26

* Website: Fix a grammar error in the Jamstack.md page on Bridgetown website ([taha](https://github.com/marketerly))
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.19.1"
VERSION = "0.19.2"
CODE_NAME = "Arbor Lodge"
end

0 comments on commit 96462af

Please sign in to comment.