ood_persistence/CHANGELOG.md

28 lines
440 B
Markdown
Raw Permalink Normal View History

2021-10-22 01:28:59 +03:00
# Changelog
## Unreleased
## 0.3.1 - 2021-10-22
- feat: add r2d2_sqlite (#6)
- feat: add r2d2_mysql (#5)
- chore: improve errors (#2)
- chore: add simple examples (#3)
## 0.2.1 - 2021-10-17
- fix: add --all-features for docs.rs
- doc: add documentation for the crate
## 0.2.0 - 2021-10-17
- feat: add transactions (#1)
## 0.1.1 - 2021-10-12
- fix: implement error for r2d2_postgres
## 0.1.0 - 2021-10-12
- feat: init connections