Skip to content

Commit b9bcfa3

Browse files
committed
release v0.6.2
Signed-off-by: Cocoa <[email protected]>
1 parent 518723b commit b9bcfa3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.6.2
4+
5+
#### Fixes
6+
7+
* Handle `nil` values in `Adbc.Column.materialize/1` for decimal type (#103)
8+
39
## v0.6.1
410

511
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Adbc.MixProject do
22
use Mix.Project
33

4-
@version "0.6.1"
4+
@version "0.6.2"
55
@github_url "https://github.com/elixir-explorer/adbc"
66

77
def project do

0 commit comments

Comments
 (0)