Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
LHolten committed Dec 18, 2024
1 parent 30f4765 commit 55d1ada
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Unreleased

# 0.3.1

- Added error message when defining an `id` column.
- Added support for sqlite `LIKE` and `GLOB` operators.
- Added support for `DELETE` using `TransactionWeak` and `#[no_reference]`.
- Added `Transaction::unchecked_transaction` behind feature flag.
- Added `impl ToSql for TableRow` behind `unchecked_transaction` feature flag.
- Removed `impl RefCast for Transaction`, it was not intended to be public.
- Removed `impl FromSql for TableRow`, it was not intended to be public.
- Added error message when defining an `id` column.
- Added support for sqlite `LIKE` and `GLOB` operators.
- Added support for `DELETE` and `#[no_reference]`.

# 0.3.0

Expand Down

0 comments on commit 55d1ada

Please sign in to comment.