Skip to content

Commit

Permalink
Prep 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed May 3, 2023
1 parent c85d3a9 commit 5a2726f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# master

# 4.5.0

- Support Haml 6 (#2590)
- Add support for Ruby 3.1 (#2635)
- Switch from Webrick to Addressable for uri encode/decode (#2622)
- Fix 18n fallback when "mount_at_root" is false (4.x) (#2605)
- external pipeline: add option to ignore process exit code (#2623)
- Backport of i18n lookup table changes to 4.x (#2604)

# 4.4.3

- Lock haml to < 6.0 (#2570)
- Allow url_for to override current_resource (#2567)
- Allow users to use Active Support 7.0 (#2552
- Allow users to use Active Support 7.0 (#2552)

# 4.4.2

Expand Down
2 changes: 1 addition & 1 deletion middleman-core/lib/middleman-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.4.3'.freeze unless const_defined?(:VERSION)
VERSION = '4.5.0'.freeze unless const_defined?(:VERSION)
end

0 comments on commit 5a2726f

Please sign in to comment.