We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf1c1 commit 28c755dCopy full SHA for 28c755d
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
## [Unreleased]
12
13
+## [0.2.1] - 2026-01-03
14
+- Only passes named parameters in SQLite query. Requires sqlite3-ruby 2.9.0
15
+
16
## [0.2.0] - 2025-08-23
17
- Multiple-levels of nesting is now supported
18
- Slight performance improvement by keeping database open for entire plugin run
@@ -33,4 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
36
34
37
## [0.1.0] - 2023-05-08
35
38
-- Initial release
39
+- Initial release
lib/jekyll-sqlite/version.rb
@@ -2,6 +2,6 @@
2
3
module Jekyll
4
module Sqlite
5
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
6
end
7
0 commit comments