Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <[email protected]>
  • Loading branch information
cocoa-xu committed Jun 18, 2024
1 parent 3eddb2d commit 8988fd7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v0.5.0

#### Breaking changes
* Signed integer types and functions are now renamed from `s{8,16,32,64}` to `i{8,16,32,64}`

#### Changes
* Updated to ADBC library 12.

#### Fix
* Boolean arrays are now correctly parsed.

#### Added
* Added support for dictionary encoded array

#### Fix
* Include `CMakeLists.txt` in package files

## v0.4.2

#### Added
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 Adbc.MixProject do
use Mix.Project

@version "0.4.3-dev"
@version "0.5.0"
@github_url "https://github.com/elixir-explorer/adbc"

def project do
Expand Down

0 comments on commit 8988fd7

Please sign in to comment.