File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v0.2.14] ( https://github.com/livebook-dev/kino_db/tree/v0.2.14 ) (2024-11-29)
9
+
10
+ ### Added
11
+
12
+ * Support for ClickHouse ([ #82 ] ( https://github.com/livebook-dev/kino_db/pull/82 ) )
13
+
14
+ ### Fixed
15
+
16
+ * Trim values for connection options ([ #80 ] ( https://github.com/livebook-dev/kino_db/pull/80 ) )
17
+
8
18
## [ v0.2.13] ( https://github.com/livebook-dev/kino_db/tree/v0.2.13 ) (2024-09-14)
9
19
10
20
### Changed
Original file line number Diff line number Diff line change 2
2
3
3
``` elixir
4
4
Mix .install ([
5
- # {:postgrex, "~> 0.18 "},
5
+ # {:postgrex, "~> 0.19 "},
6
6
# {:myxql, "~> 0.7.0"},
7
- {:kino_db , " ~> 0.2.10 " }
7
+ {:kino_db , " ~> 0.2.14 " }
8
8
])
9
9
```
10
10
Original file line number Diff line number Diff line change 1
1
defmodule KinoDB.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.2.13 "
4
+ @ version "0.2.14 "
5
5
@ description "Databases integration with Livebook"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments