Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 23, 2024
1 parent e225123 commit 76654e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.6.0

#### Breaking changes
* To avoid allocating data twice for inputs, the results now by default will return references in the data field of `Adbc.Column`.

If you need to use the in the Elixir world, you can use `Adbc.Result.materialize/1` and
`Adbc.Column.materialize/1` to convert the data to regular Elixir terms.

## v0.5.0

#### Breaking changes
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.5.1-dev"
@version "0.6.0"
@github_url "https://github.com/elixir-explorer/adbc"

def project do
Expand Down

0 comments on commit 76654e6

Please sign in to comment.