Skip to content

Commit

Permalink
Release v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 14, 2024
1 parent 996b26b commit df797e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.2.13](https://github.com/livebook-dev/kino_db/tree/v0.2.13) (2024-09-14)

### Changed

* Use ReqAthena v0.2, which is more efficient and directly supports Explorer ([#76](https://github.com/livebook-dev/kino_db/pull/76))

## [v0.2.12](https://github.com/livebook-dev/kino_db/tree/v0.2.12) (2024-09-06)

### Changed

* Allow Explorer 0.7+

## [v0.2.11](https://github.com/livebook-dev/kino_db/tree/v0.2.11) (2024-09-04)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule KinoDB.MixProject do
use Mix.Project

@version "0.2.11"
@version "0.2.13"
@description "Databases integration with Livebook"

def project do
Expand Down Expand Up @@ -34,9 +34,9 @@ defmodule KinoDB.MixProject do
{:myxql, "~> 0.7", optional: true},
{:postgrex, "~> 0.18 or ~> 1.0", optional: true},
{:tds, "~> 2.3.4 or ~> 2.4", optional: true},
{:explorer, "~> 0.8", optional: true},

# Those dependecies are new, so we use stricter versions
{:explorer, "~> 0.8.0 or ~> 0.9.0", optional: true},
{:req_bigquery, "~> 0.1.0", optional: true},
{:req_athena, "~> 0.2.0", optional: true},

Expand Down

0 comments on commit df797e1

Please sign in to comment.