Skip to content

Commit 936082b

Browse files
authored
chore: Release 0.8.0 (#109)
1 parent 7c02cbc commit 936082b

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
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7+
## [0.8.0] - 2026-06-15
8+
79
### Changed
810

911
- **BREAKING**: The `Tokenizer` class is now namespaced as `ParadeDB::Tokenizer`. Update references from `Tokenizer.simple(...)` to `ParadeDB::Tokenizer.simple(...)`. Schema dumps (`schema.rb`) now emit the fully-qualified constant.
@@ -136,7 +138,8 @@ All notable changes to this project will be documented in this file. The format
136138
- Schema dump/load round-trip for tokenizer configuration and index options
137139
(including `target_segment_count`)
138140

139-
[Unreleased]: https://github.com/paradedb/rails-paradedb/compare/v0.7.0...HEAD
141+
[Unreleased]: https://github.com/paradedb/rails-paradedb/compare/v0.8.0...HEAD
142+
[0.8.0]: https://github.com/paradedb/rails-paradedb/releases/tag/v0.8.0
140143
[0.7.0]: https://github.com/paradedb/rails-paradedb/releases/tag/v0.7.0
141144
[0.6.0]: https://github.com/paradedb/rails-paradedb/releases/tag/v0.6.0
142145
[0.5.0]: https://github.com/paradedb/rails-paradedb/releases/tag/v0.5.0

lib/parade_db/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ParadeDB
4-
VERSION = "0.7.0"
4+
VERSION = "0.8.0"
55
end

0 commit comments

Comments
 (0)