Skip to content

Commit ea88e6f

Browse files
committed
Release v0.7.8
Signed-off-by: Cocoa <[email protected]>
1 parent 8544261 commit ea88e6f

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.7.8
4+
5+
#### Fixes
6+
7+
* Initialize DLL on nif load (#126)
8+
39
## v0.7.7
410

511
#### Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Adbc.MixProject do
66
use Mix.Project
77

8-
@version "0.7.7"
8+
@version "0.7.8"
99
@github_url "https://github.com/elixir-explorer/adbc"
1010

1111
def project do

0 commit comments

Comments
 (0)