Skip to content

Commit 74adb62

Browse files
Release v0.3.0 (#45)
1 parent f433fbb commit 74adb62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

1020
### Changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ReqAthena.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.3.0"
55
@description "Req plugin for AWS Athena"
66

77
def project do

0 commit comments

Comments
 (0)