Skip to content

Releases: c2j/grep-excel

v0.7.6

Choose a tag to compare

@github-actions github-actions released this 25 Jul 04:03
chore(release): bump version to 0.7.6

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:10
168dd12
Merge pull request #47 from c2j/feat/iso-date-format

feat: Excel date format YYYYMMDD → ISO 8601 (v0.7.5)

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:50
516f012
v0.7.4: Parquet read support

Adds Parquet columnar format read support via hybrid two-tier strategy:
- DuckDB engine: native read_parquet() direct path (types preserved)
- Memory/SQLite engines: Apache Arrow parquet crate fallback (stringified)

Input only; write/export deferred to future phase.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:44
chore(release): bump version to 0.7.3

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:02
chore(release): bump version to 0.7.2

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:35
7a54fdc
Merge pull request #43 from c2j/chore/release-0.7.1

chore(release): bump version to 0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:43
1c497f2
v0.7.0: session temp tables (materialize_query)

v0.6.12

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:18
fix(engine): _file_name references in save_as after parameter rename

v0.6.11

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:04
chore: bump version to 0.6.11

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 18 Jul 00:02
10dbd75
v0.6.10: optimize DuckDB large CSV loading