Skip to content

Commit 3512438

Browse files
committed
release
1 parent e5dae29 commit 3512438

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 0.1.2
6+
7+
### New Features
8+
9+
- Add optional default value for `get` ([#55](https://github.com/AnswerDotAI/fastlite/pull/55)), thanks to [@tom-pollak](https://github.com/tom-pollak)
10+
- Add table iter; Add `set_classes` and `get_tables` ([#51](https://github.com/AnswerDotAI/fastlite/issues/51))
11+
- Add `table.fetchone` ([#50](https://github.com/AnswerDotAI/fastlite/issues/50))
12+
13+
514
## 0.1.1
615

716
### Breaking Changes
@@ -12,7 +21,7 @@
1221
### New Features
1322

1423
- Use new `sqlite_minutils.Table.result` attribute ([#45](https://github.com/AnswerDotAI/fastlite/pull/45)), thanks to [@pydanny](https://github.com/pydanny)
15-
- Make get_last defensive ([#39](https://github.com/AnswerDotAI/fastlite/pull/39)), thanks to [@pydanny](https://github.com/pydanny)
24+
- Make `get_last` defensive ([#39](https://github.com/AnswerDotAI/fastlite/pull/39)), thanks to [@pydanny](https://github.com/pydanny)
1625
- Rewrite insert() function to take advantage of RETURNING data ([#37](https://github.com/AnswerDotAI/fastlite/pull/37)), thanks to [@pydanny](https://github.com/pydanny)
1726

1827
### Bugs Squashed

0 commit comments

Comments
 (0)