Skip to content

Commit 5b1073d

Browse files
committed
📄 docs(changelog): update for v0.3.0 release
1 parent 027cac0 commit 5b1073d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- Updated `__init__.py` to expose analysis, to_pandas, and to_polars at the top level for easier access.
3535
- Updated README.md to include detailed user guide and instructions for using the analysis() function.
3636
- Documented optional dependency installation steps for Pandas and Polars.
37-
- Included instructions for converting analysis results to Pandas and Polars DataFrames using the `to_pandas()` and `to_polars()` utilities.
37+
- Included instructions for converting analysis results to Pandas and Polars DataFrames using the `to_pandas()` and `to_polars()` utilities.
3838

3939
### Fixed
4040
- Added type annotations to all public functions in `utils.py`, resolving Pylance warnings about unknown or missing types.

0 commit comments

Comments
 (0)