Skip to content

Commit 8988fd7

Browse files
committed
v0.5.0
Signed-off-by: Cocoa <[email protected]>
1 parent 3eddb2d commit 8988fd7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.0
4+
5+
#### Breaking changes
6+
* Signed integer types and functions are now renamed from `s{8,16,32,64}` to `i{8,16,32,64}`
7+
8+
#### Changes
9+
* Updated to ADBC library 12.
10+
11+
#### Fix
12+
* Boolean arrays are now correctly parsed.
13+
14+
#### Added
15+
* Added support for dictionary encoded array
16+
17+
#### Fix
18+
* Include `CMakeLists.txt` in package files
19+
320
## v0.4.2
421

522
#### Added

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.4.3-dev"
4+
@version "0.5.0"
55
@github_url "https://github.com/elixir-explorer/adbc"
66

77
def project do

0 commit comments

Comments
 (0)