Skip to content

Commit ff88a99

Browse files
committed
Release v0.2.14
1 parent a77532a commit ff88a99

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
## [v0.2.13](https://github.com/livebook-dev/kino_db/tree/v0.2.13) (2024-09-14)
919

1020
### Changed

guides/components.livemd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
```elixir
44
Mix.install([
5-
# {:postgrex, "~> 0.18"},
5+
# {:postgrex, "~> 0.19"},
66
# {:myxql, "~> 0.7.0"},
7-
{:kino_db, "~> 0.2.10"}
7+
{:kino_db, "~> 0.2.14"}
88
])
99
```
1010

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule KinoDB.MixProject do
22
use Mix.Project
33

4-
@version "0.2.13"
4+
@version "0.2.14"
55
@description "Databases integration with Livebook"
66

77
def project do

0 commit comments

Comments
 (0)