Skip to content

Commit 02744da

Browse files
committed
Release 💎 v0.24.0
1 parent 88fd12c commit 02744da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

History.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* Add Ruby 3.3 to CI (#537)
1+
## 0.24.0 / 2024-02-19
62

73
### Bug Fixes
84

95
* Require jekyll-import/version so JekyllImport::VERSION can be read. (#536)
106

7+
### Development Fixes
8+
9+
* Add Ruby 3.3 to CI (#537)
10+
1111
## 0.23.0 / 2024-01-16
1212

1313
### Minor Enhancements

lib/jekyll-import/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllImport
4-
VERSION = "0.23.0"
4+
VERSION = "0.24.0"
55
end

0 commit comments

Comments
 (0)