We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fd12c commit 02744daCopy full SHA for 02744da
History.markdown
@@ -1,13 +1,13 @@
1
-## HEAD
2
-
3
-### Development Fixes
4
5
- * Add Ruby 3.3 to CI (#537)
+## 0.24.0 / 2024-02-19
6
7
### Bug Fixes
8
9
* Require jekyll-import/version so JekyllImport::VERSION can be read. (#536)
10
+### Development Fixes
+
+ * Add Ruby 3.3 to CI (#537)
11
## 0.23.0 / 2024-01-16
12
13
### Minor Enhancements
lib/jekyll-import/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JekyllImport
- VERSION = "0.23.0"
+ VERSION = "0.24.0"
end
0 commit comments