# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).
## 0.2.1 - 2025-05-16
- bump convert_case 0.8.0, sqlx 0.8.5, tokio 1.45.0
## 0.2.0 - 2025-02-01
- do not generate const + fn for empty structs (aka Unit-Struct)
- handle edge case struct (insert) with a single column (pk)
- bump to convert_case 0.7.1, sqlx 0.8.3, tokio 1.43.0
- more tests
- doc small enhancements
## 0.1.4 - 2024-12-05
- MSRV 1.81
- bump virtue to 0.0.18
- bump dev dependencies
- small refactorings after extended lint checks
- doc fixed typo + assertion
## 0.1.3 - 2024-07-05
- tests extended
- MSRV 1.74
- bump virtue to 0.0.17
- small refactorings after extended lint checks
## 0.1.2 - 2024-06-04
- Documentation improvements
## 0.1.1 - 2024-06-03
- small description change
## 0.1.0 - 2024-06-03
- first public version