Skip to content

Commit 28c755d

Browse files
committed
Versoin Bump: 0.2.1
1 parent e3cf1c1 commit 28c755d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [0.2.1] - 2026-01-03
14+
- Only passes named parameters in SQLite query. Requires sqlite3-ruby 2.9.0
15+
1316
## [0.2.0] - 2025-08-23
1417
- Multiple-levels of nesting is now supported
1518
- 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
3336

3437
## [0.1.0] - 2023-05-08
3538

36-
- Initial release
39+
- Initial release

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.2.0"
5+
VERSION = "0.2.1"
66
end
77
end

0 commit comments

Comments
 (0)