Skip to content

Commit a0af22d

Browse files
committed
release
1 parent e375c49 commit a0af22d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.9
6+
7+
### New Features
8+
9+
- add markdown to doc output ([#22](https://github.com/AnswerDotAI/fastlite/issues/22))
10+
- Use fastcore asdict instead of dataclasses asdict ([#17](https://github.com/AnswerDotAI/fastlite/pull/17)), thanks to [@pydanny](https://github.com/pydanny)
11+
12+
### Bugs Squashed
13+
14+
- Fix `__contains__` on tuple pk searches ([#20](https://github.com/AnswerDotAI/fastlite/pull/20)), thanks to [@pydanny](https://github.com/pydanny)
15+
- Compound primary keys fail on `__contains__` when done with tuple ([#19](https://github.com/AnswerDotAI/fastlite/issues/19))
16+
17+
518
## 0.0.9
619

720
### New Features

0 commit comments

Comments
 (0)