Skip to content

Commit

Permalink
Release alpha9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 12, 2021
1 parent b9c01c0 commit 0a78755
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## 1.0.0.alpha9 - 2021-11-11

- Remove the Liquid Component gem dependency
- Add support for environment CLI flags (`-e production` or `--environment=production`)
- Integrate Serbea 1.0 into Bridgetown [#440](https://github.com/bridgetownrb/bridgetown/pull/440) ([jaredcwhite](https://github.com/jaredcwhite)
- Add new console commands via ConsoleMethods mixin [#439](https://github.com/bridgetownrb/bridgetown/pull/439) ([jaredcwhite](https://github.com/jaredcwhite)
- Support long version form in CLI (`--version`) [#445](https://github.com/bridgetownrb/bridgetown/pull/445) ([Eric-Guo](https://github.com/Eric-Guo))

### Documentation

- Skip the archived state in plugins. [#443](https://github.com/bridgetownrb/bridgetown/pull/443) ([Eric-Guo](https://github.com/Eric-Guo))
- Update ruby2js as required by webpack loader [#442](https://github.com/bridgetownrb/bridgetown/pull/442) ([Eric-Guo](https://github.com/Eric-Guo))

## 1.0.0.alpha8 - 2021-11-05

- Refactor builder DSL for Ruby 2.7 & 3.0 compatibility
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 = "1.0.0.alpha8"
VERSION = "1.0.0.alpha9"
CODE_NAME = "Pearl"
end

0 comments on commit 0a78755

Please sign in to comment.