We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6616c15 commit 7cf3c70Copy full SHA for 7cf3c70
3 files changed
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
## [Unreleased]
12
13
-## [0.3.2] - 2026-05-05
+## [0.3.3] - 2026-05-05
14
- Adds collection support
15
16
## [0.2.1] - 2026-01-03
Rakefile
@@ -3,6 +3,7 @@
3
require "bundler/gem_tasks"
4
require "rubocop/rake_task"
5
6
+Bundler::GemHelper.install_tasks
7
RuboCop::RakeTask.new
8
9
def assert(cond, msg = "Assertion Failed")
lib/jekyll-sqlite/version.rb
@@ -2,6 +2,6 @@
2
module Jekyll
module Sqlite
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
end
0 commit comments