Skip to content

Commit 32aac15

Browse files
committed
release v0.6.4
Signed-off-by: Cocoa <[email protected]>
1 parent 76cf278 commit 32aac15

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.4
4+
5+
#### Fixes
6+
7+
- Fixed the issue with the `clean` target in the Makefile not removing all relevant files (#109)
8+
39
## v0.6.3
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.3"
4+
@version "0.6.4"
55
@github_url "https://github.com/elixir-explorer/adbc"
66

77
def project do

0 commit comments

Comments
 (0)