Skip to content

Commit 6616c15

Browse files
committed
0.3.2 release
1 parent 7397c4c commit 6616c15

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13-
## [0.3.0] - 2026-05-04
13+
## [0.3.2] - 2026-05-05
1414
- Adds collection support
1515

1616
## [0.2.1] - 2026-01-03

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require "bundler/gem_tasks"
44
require "rubocop/rake_task"
55

6-
76
RuboCop::RakeTask.new
87

98
def assert(cond, msg = "Assertion Failed")

lib/jekyll-sqlite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Sqlite
5-
VERSION = "0.3.1"
5+
VERSION = "0.3.2"
66
end
77
end

0 commit comments

Comments
 (0)