Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 835 Bytes

File metadata and controls

55 lines (28 loc) · 835 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.6.1] - 2026-2-18

Fixed

  • 修复 rusqlite >=0.38 的错误

[0.6.0] - 2025-5-28

Changed

  • 更新 rusqlite 到 >=0.32,<1.0

[0.5.0] - 2025-4-21

Changed

  • 更新 rusqlite 到 0.35

[0.4.0] - 2025-3-6

Changed

  • 更新 rusqlite 到 0.34

[0.3.0] - 2025-1-19

Added

  • 支持 regex_replace、 regex_replace_all 和 regex_replacen

Changed

  • 更新 rusqlite 到 0.33

[0.2.0] - 2024-8-31

Added

  • 实现缓存功能

[0.1.0] - 2024-8-31

Added

  • 纯 Rust 实现 regex_version 和 REGEXP 扩展方法