Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Dec 21, 2024
1 parent 5e9ac97 commit 0c9ecb3
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,6 @@
# Release notes

## 5???

### Breaking changes

- Migrate from sqlite-minutils
- Change import path
- Use X instead of OperationalError


## 4.0.3

### New Features

- Add `returning` to DDL

## 4.0.2

### Bugs fixed

- execute does not work with named params

## 4.0.1

### Bugs fixed

- Handle empty updates correctly


## 4.0.0

### New Features

- NB: We are no longing basing our version numbers on sqlite-minutils, so we have bumped the major version number
- Add `db.fetchone`


## 3.37.0.post4

### Breaking changes

- Use explicit transactions ([#19](https://github.com/AnswerDotAI/sqlite-minutils/issues/19))


## 3.37.0.post3

### New Features

- Cleaner error handling on offset without limit ([#11](https://github.com/AnswerDotAI/sqlite-minutils/pull/11)), thanks to [@pydanny](https://github.com/pydanny)
- Correct `Database.create_table` to support transforms. ([#9](https://github.com/AnswerDotAI/sqlite-minutils/pull/9)), thanks to [@pydanny](https://github.com/pydanny)


## 3.37.0.post2

### New Features

- add markdown to doc output ([#8](https://github.com/AnswerDotAI/sqlite-minutils/issues/8))
- 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)
- Add `select` param ([#4](https://github.com/AnswerDotAI/sqlite-minutils/issues/4))
- Adding __contains__ to table ([#3](https://github.com/AnswerDotAI/sqlite-minutils/pull/3)), thanks to [@johnowhitaker](https://github.com/johnowhitaker)
- Retain indexes when calling transform ([#1](https://github.com/AnswerDotAI/sqlite-minutils/pull/1)), thanks to [@matdmiller](https://github.com/matdmiller)
## 0.0.1

Initial release.

0 comments on commit 0c9ecb3

Please sign in to comment.