Skip to content

Commit 93bd7b3

Browse files
authored
Merge pull request #5 from sdaza/release-please--branches--main--components--ml-analytics-tools
chore(main): release ml-analytics-tools 0.3.0
2 parents 7237355 + e064d93 commit 93bd7b3

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sdaza/ml-analytics-tools/compare/ml-analytics-tools-v0.2.1...ml-analytics-tools-v0.3.0) (2026-06-11)
4+
5+
6+
### Features
7+
8+
* add Snowflake support to DataConnector and update README with configuration details ([7237355](https://github.com/sdaza/ml-analytics-tools/commit/7237355a18dd9b91acabe249a080628cfabfed7d))
9+
* add Snowflake support to DataConnector and update README with configuration details ([a542ae2](https://github.com/sdaza/ml-analytics-tools/commit/a542ae2d8acc55c1a6b43d5cadde0f384c742455))
10+
* **gsheet:** add OAuth installed-app flow (no-token path) ([7d51bb4](https://github.com/sdaza/ml-analytics-tools/commit/7d51bb40b8b5a7cee0723ad3bb8f438ffadb63e4))
11+
* **gsheet:** document OAuth env vars and service_account_email None behavior ([7d2bfb4](https://github.com/sdaza/ml-analytics-tools/commit/7d2bfb43a0e678d749b2136f188e2d04a65c8f9b))
12+
13+
14+
### Bug Fixes
15+
16+
* **gitignore:** include docs/superpowers directory in .gitignore ([8326c80](https://github.com/sdaza/ml-analytics-tools/commit/8326c80649894079efde6f3600e9f19248b29ffa))
17+
* **gsheet:** tolerate corrupt OAuth token, fix return type, harden test fixture ([841908a](https://github.com/sdaza/ml-analytics-tools/commit/841908afe049207b8f52f85557afa1770b46adec))
18+
19+
20+
### Documentation
21+
22+
* **README:** add note on SSO token caching in OS keychain ([0eef0b3](https://github.com/sdaza/ml-analytics-tools/commit/0eef0b3c05e72a3c15ec5bf5cd2ad46514779bbf))
23+
324
## [0.2.1](https://github.com/sdaza/ml-analytics-tools/compare/ml-analytics-tools-v0.2.0...ml-analytics-tools-v0.2.1) (2026-05-20)
425

526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ml-analytics-tools"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Tools for ML projects and data management"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)