From 3a12aad529d3d2db7ed6f6ff9060aa4fad112f2a Mon Sep 17 00:00:00 2001 From: dlouseiro Date: Tue, 4 Jun 2024 11:40:25 +0200 Subject: [PATCH 1/4] Prepare release 0.10.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1466412..1cb9388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [0.10.0] ### Added - Add support for external browser authentication in `SnowflakeDeserializer`. From 1ea50bfc48b459f58bbcafd4b1a02a901b4d2cd4 Mon Sep 17 00:00:00 2001 From: dlouseiro Date: Tue, 4 Jun 2024 14:25:56 +0200 Subject: [PATCH 2/4] Update to release 1.0 instead of 0.10 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb9388..09e37c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [0.10.0] +## [1.0.0] ### Added - Add support for external browser authentication in `SnowflakeDeserializer`. From 41811a79c45940e51bdbed60353aab9e3b45e035 Mon Sep 17 00:00:00 2001 From: dlouseiro Date: Tue, 4 Jun 2024 16:58:35 +0200 Subject: [PATCH 3/4] Add unreleased section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e37c0..66f8483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). +## [Unreleased] + ## [1.0.0] ### Added - Add support for external browser authentication in `SnowflakeDeserializer`. From 40e778fdb8f9ad3ac7f49a86c2df1e1d1c6f18af Mon Sep 17 00:00:00 2001 From: dlouseiro Date: Wed, 5 Jun 2024 11:23:23 +0200 Subject: [PATCH 4/4] Add notes on extra PRs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f8483..0ba61a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] ### Added - Add support for external browser authentication in `SnowflakeDeserializer`. +- Add GitHub actions workflow for creating GitHub releases. + +### Changed +- Use `pyproject.toml` for setuptools config. ## [0.9.1] - 2023-09-13 ### Changed