Skip to content

Commit

Permalink
Release 1.0.0.alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Oct 26, 2021
1 parent 990b68a commit 470b541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## 1.0.0.alpha6 - 2021-10-26

- Detect the presence of Puma a different way [#430](https://github.com/bridgetownrb/bridgetown/pull/430) ([jaredcwhite](https://github.com/jaredcwhite))
- Fix netlify config to use native deploy command [#429](https://github.com/bridgetownrb/bridgetown/pull/429) ([ayushn21](https://github.com/ayushn21))

## 1.0.0.alpha5 - 2021-10-22

- The deprecated `include` and `include_relative` tags have been removed.
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.alpha5"
VERSION = "1.0.0.alpha6"
CODE_NAME = "Pearl"
end

0 comments on commit 470b541

Please sign in to comment.