tablefi 0.3.1

Simple table to store, manipulate and format tabular data.
Documentation
# 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]

## v0.3.1 - 2025-06-02

### Fixed

- Changelog date for v0.3.0

## v0.3.0 - 2025-06-02

### Added

- Update Into Cell for references
- Compare Cell values
- Find value in Slice
- Find value in Table

## v0.2.0 - 2025-06-01

### Added

- Add Table, Slice, Cell

## v0.1.0 - 2025-05-31

### Added

- Initial release

[Unreleased]: https://github.com/wyzzarz/tablefi/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/wyzzarz/tablefi/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/wyzzarz/tablefi/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/wyzzarz/tablefi/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/wyzzarz/tablefi/releases/tag/v0.1.0