Skip to content

Commit

Permalink
Release 💎 v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Dec 27, 2023
1 parent fb364ba commit 33a5a80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.markdown
@@ -1,3 +1,13 @@
## 4.3.3 / 2023-12-27

### Bug Fixes

* Backport #9392 for v4.3.x: Fix backward compatibility issues in the Logger (#9510)

### Development Fixes

* Backport #9237 for v4.3.x: Use Hash explicitly for Struct initializer (#9285)

## 4.3.2 / 2023-01-20

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jekyll
VERSION = "4.3.2"
VERSION = "4.3.3"
end

0 comments on commit 33a5a80

Please sign in to comment.