Skip to content

Commit fbb136c

Browse files
committed
Release v0.25.0
1 parent ca87aac commit fbb136c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

History.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 0.25.0 / 2025-01-20
22

33
### Minor Enhancements
44

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ relative_permalinks: false
55
permalink: /news/:year/:month/:day/:title/
66
excerpt_separator: ""
77
repository: https://github.com/jekyll/jekyll-import
8-
latest_release: 0.24.0
8+
latest_release: 0.25.0
99

1010
collections:
1111
docs:

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.24.0"
4+
VERSION = "0.25.0"
55
end

0 commit comments

Comments
 (0)