Skip to content

Commit 7cf3c70

Browse files
committed
v0.3.3
1 parent 6616c15 commit 7cf3c70

3 files changed

Lines changed: 3 additions & 2 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.2] - 2026-05-05
13+
## [0.3.3] - 2026-05-05
1414
- Adds collection support
1515

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

Rakefile

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

6+
Bundler::GemHelper.install_tasks
67
RuboCop::RakeTask.new
78

89
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.2"
5+
VERSION = "0.3.3"
66
end
77
end

0 commit comments

Comments
 (0)