Skip to content

Commit 856fa89

Browse files
authored
release 1.0.0 (#47)
1 parent 8fe0126 commit 856fa89

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
1.0.0
2-
* support 3.11 and drop older than 3.7. 3.5 and 3.6 still may work, but not tested
2+
* supported version changed. from 3.9 to 3.13, and 2.7. Python 3.5 - 3.8 may still work, but not tested.
3+
4+
* 1.0.0 will be last Python 2.7 compatible version.
5+
36
* (FTS3/4) stop using direct SQLite C API call - this will unblock APSW Amalgamation build
47
* (Non Windows) use "_sqlite3" native extension instead of "libsqlite3" to access SQLite internals - to unblock some Python installations that has "_sqlite3" with "libsqlite3" statically linked. see https://github.com/hideaki-t/sqlite-fts-python/issues/30
58

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Requirements
6464
============
6565

6666
* Python 2.7, Python 3.9+, and PyPy2.7, PyPy3.10+ (older versions may work, but not tested)
67+
68+
* sqlite3 has to be dynamically linked. see GH-37_
69+
6770
* CFFI_
6871
* FTS3/4 and/or FTS5 enabled SQLite3 or APSW_ (OS/Python bundled SQLite3 shared library may not work, building sqlite3 from source or pre-compiled binary may be required)
6972

@@ -97,3 +100,4 @@ Thanks
97100
.. _build status: https://github.com/hideaki-t/sqlite-fts-python/actions/workflows/package.yml
98101
.. _APSW: https://github.com/rogerbinns/apsw
99102
.. _GH-14: https://github.com/hideaki-t/sqlite-fts-python/issues/14
103+
.. _GH-37: https://github.com/hideaki-t/sqlite-fts-python/issues/37

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlitefts"
3-
version = "1.0.dev0"
3+
version = "1.0.0"
44
description = "A Python binding for tokenizers of SQLite Full Text Search"
55
authors = [{ name = "Hideaki Takahashi", email = "[email protected]" }]
66
dependencies = [

0 commit comments

Comments
 (0)