From 5f85d11e852c774cab3fe6ea57f03fcec6e009bb Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Fri, 18 Oct 2024 11:02:20 +0200 Subject: [PATCH] Update package documentation to the latest version --- docs/9.0/reader/statement.md | 2 +- docs/_data/project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/9.0/reader/statement.md b/docs/9.0/reader/statement.md index 1043834f..a050cdaa 100644 --- a/docs/9.0/reader/statement.md +++ b/docs/9.0/reader/statement.md @@ -409,7 +409,7 @@ documents or `TabularDataReader` instances if needed. ## FragmentFinder

This mechanism is introduced with version 9.12.0.

-

This implementation is marked as experimetal since version 9.12.0. +

This implementation is marked as experimetal since version 9.18.0. The public API is stable but the implementation and returned value will change in the next version to take into account edge cases and improve error and selection handling. It is recommended to avoid using the current implementation or restrict its usage for simple selection in version 9.

diff --git a/docs/_data/project.yml b/docs/_data/project.yml index 374b6613..f86769af 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -5,7 +5,7 @@ description: "Working with CSV can often be much more difficult than you expect, google_analytics_tracking_id: UA-46050814-6 # Github repository repository: 'csv' -version: 9.16.0 +version: 9.18.0 releases: # next: # version: '10.0'