Skip to content

Commit 0c9ecb3

Browse files
committed
release
1 parent 5e9ac97 commit 0c9ecb3

File tree

1 file changed

+2
-60
lines changed

1 file changed

+2
-60
lines changed

CHANGELOG.md

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,6 @@
11
# Release notes
22

3-
## 5???
4-
5-
### Breaking changes
6-
7-
- Migrate from sqlite-minutils
8-
- Change import path
9-
- Use X instead of OperationalError
10-
11-
12-
## 4.0.3
13-
14-
### New Features
15-
16-
- Add `returning` to DDL
17-
18-
## 4.0.2
19-
20-
### Bugs fixed
21-
22-
- execute does not work with named params
23-
24-
## 4.0.1
25-
26-
### Bugs fixed
27-
28-
- Handle empty updates correctly
29-
30-
31-
## 4.0.0
32-
33-
### New Features
34-
35-
- NB: We are no longing basing our version numbers on sqlite-minutils, so we have bumped the major version number
36-
- Add `db.fetchone`
37-
38-
39-
## 3.37.0.post4
40-
41-
### Breaking changes
42-
43-
- Use explicit transactions ([#19](https://github.com/AnswerDotAI/sqlite-minutils/issues/19))
44-
45-
46-
## 3.37.0.post3
47-
48-
### New Features
49-
50-
- Cleaner error handling on offset without limit ([#11](https://github.com/AnswerDotAI/sqlite-minutils/pull/11)), thanks to [@pydanny](https://github.com/pydanny)
51-
- Correct `Database.create_table` to support transforms. ([#9](https://github.com/AnswerDotAI/sqlite-minutils/pull/9)), thanks to [@pydanny](https://github.com/pydanny)
52-
53-
54-
## 3.37.0.post2
55-
56-
### New Features
57-
58-
- add markdown to doc output ([#8](https://github.com/AnswerDotAI/sqlite-minutils/issues/8))
59-
- Support list foreign keys in `db.t.create()` ([#6](https://github.com/AnswerDotAI/sqlite-minutils/pull/6)), thanks to [@minki-j](https://github.com/minki-j)
60-
- Add `select` param ([#4](https://github.com/AnswerDotAI/sqlite-minutils/issues/4))
61-
- Adding __contains__ to table ([#3](https://github.com/AnswerDotAI/sqlite-minutils/pull/3)), thanks to [@johnowhitaker](https://github.com/johnowhitaker)
62-
- Retain indexes when calling transform ([#1](https://github.com/AnswerDotAI/sqlite-minutils/pull/1)), thanks to [@matdmiller](https://github.com/matdmiller)
3+
## 0.0.1
634

5+
Initial release.
646

0 commit comments

Comments
 (0)