Skip to content

Commit

Permalink
Release v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 14, 2020
1 parent 5a68205 commit bbbca08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for v3.x

## v3.3.3 (2020-02-14)

### Enhancements

* [Ecto.Query] Support fragments in `lock`
* [Ecto.Query] Handle `nil` in `select_merge` with similar semantics to SQL databases (i.e. it simply returns `nil` itself)

## v3.3.2 (2020-01-28)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.MixProject do
use Mix.Project

@version "3.3.2"
@version "3.3.3"

def project do
[
Expand Down

0 comments on commit bbbca08

Please sign in to comment.