# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.1](https://github.com/lmmx/polite/compare/polite-cli-v0.1.0...polite-cli-v0.1.1) - 2025-08-26
### <!-- 1 -->Features
- use a prelude; DF convenience functions ([#7](https://github.com/lmmx/polite/pull/7))
## [0.1.0](https://github.com/lmmx/polite/releases/tag/polite-cli-v0.1.0) - 2025-08-25
### <!-- 4 -->Documentation
- docs rewrites ([#6](https://github.com/lmmx/polite/pull/6))
- *(cli)* update readme with usage ([#3](https://github.com/lmmx/polite/pull/3))
### <!-- 5 -->Refactor
- *(cli)* call the CLI just `polite`
### <!-- 6 -->Testing
- *(cli)* working integration tests ([#2](https://github.com/lmmx/polite/pull/2))
### <!-- 9 -->Other
- connectorx integration ([#5](https://github.com/lmmx/polite/pull/5))
- initial commit (cloned from polars-genson repo)