Skip to content

Commit

Permalink
Merge branch '1-1-stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jul 18, 2022
2 parents 99f1215 + f163ea7 commit 4516964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.1.0] — 2022-07-18

- Add better error message for YAML parse error around Symbols
- Remove unnecessary `excerpt_separator` configuration default
- New docs: a guide how to migrate from Jekyll [#594](https://github.com/bridgetownrb/bridgetown/pull/594) ([jaredcwhite](https://github.com/jaredcwhite))
- Improved default Liquid layout
- Fix PurgeCSS configuration so it works with esbuild

## [1.1.0.beta3] — 2022-06-28

- Provide URL helpers to Roda [#583](https://github.com/bridgetownrb/bridgetown/pull/583) ([jaredcwhite](https://github.com/jaredcwhite))
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.1.0.beta3"
VERSION = "1.1.0"
CODE_NAME = "Belmont"
end

0 comments on commit 4516964

Please sign in to comment.