File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
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.3.0] ( https://github.com/livebook-dev/req_athena/tree/v0.3.0 ) (2024-12-03)
9
+
10
+ ### Added
11
+
12
+ - New querying API: ` ReqAthena.new/1 ` + ` ReqAthena.query/4 ` ([ #43 ] ( https://github.com/livebook-dev/req_athena/pull/43 ) )
13
+
14
+ ### Removed
15
+
16
+ - ** (Breaking)** Removed ` ReqAthena.attach/2 ` in favour of ` ReqAthena.new/1 ` ([ #43 ] ( https://github.com/livebook-dev/req_athena/pull/43 ) )
17
+
8
18
## [ v0.2.0] ( https://github.com/livebook-dev/req_athena/tree/v0.2.0 ) (2024-09-13)
9
19
10
20
### Changed
Original file line number Diff line number Diff line change 1
1
defmodule ReqAthena.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.2 .0"
4
+ @ version "0.3 .0"
5
5
@ description "Req plugin for AWS Athena"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments