From 20700dda09b555c03f924f5e8903a99f0cc6728f Mon Sep 17 00:00:00 2001 From: athril Date: Tue, 12 Mar 2024 18:00:58 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406a09f..c5f7452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # CHANGELOG +## [v0.3.0] - 2024-03-12 +### :bug: Bug Fixes +- [`e4457a1`](https://github.com/nih-sparc/sparc.client/commit/e4457a1e783fdd4bdaad259de5b4e64f271ed20c) - no additional permissions needed, would need to run on vulnerable: pull_request_target *(commit by [@athril](https://github.com/athril))* +- [`a8b1754`](https://github.com/nih-sparc/sparc.client/commit/a8b17546d4988a2036df66451abb94c85b217740) - code reformatting *(commit by [@athril](https://github.com/athril))* +- [`0a419f6`](https://github.com/nih-sparc/sparc.client/commit/0a419f6f95b37669c5c8f44fb126c3e6aaae6351) - reformatting back *(commit by [@athril](https://github.com/athril))* + +### :wrench: Chores +- [`2cb1b77`](https://github.com/nih-sparc/sparc.client/commit/2cb1b77e3faca44089f483ad323656b5aa01f985) - expanding CI by adding coverage report *(commit by [@athril](https://github.com/athril))* +- [`ff59969`](https://github.com/nih-sparc/sparc.client/commit/ff59969313c37a548282e64a0f9e476d77b444a5) - adding protection for sphinx workflow *(commit by [@athril](https://github.com/athril))* +- [`08683bb`](https://github.com/nih-sparc/sparc.client/commit/08683bb2a0f00f11f0898978e96236ce26f7c479) - an automated pipeline to release new version on Github and PyPI *(commit by [@athril](https://github.com/athril))* +- [`ee07918`](https://github.com/nih-sparc/sparc.client/commit/ee0791851daea7d0ea0dd48a3db5bfee96fbefaa) - dynamic versioning of PyPI package with setuptools_scm *(commit by [@athril](https://github.com/athril))* +- [`37431b4`](https://github.com/nih-sparc/sparc.client/commit/37431b42ead4eae38d8adbacafabb78bbb82f292) - fixing PyPI deployment *(commit by [@athril](https://github.com/athril))* +- [`b485c9e`](https://github.com/nih-sparc/sparc.client/commit/b485c9e6c3d827a9abe1f0f1ab95e981e5ff31aa) - removing commented lines *(commit by [@athril](https://github.com/athril))* +- [`65e0c75`](https://github.com/nih-sparc/sparc.client/commit/65e0c7528803a3d1292526830574213c1f2b55bd) - limiting scope of Sphinx workflow launch *(commit by [@athril](https://github.com/athril))* +- [`676b1f9`](https://github.com/nih-sparc/sparc.client/commit/676b1f9f7d34a661c03fd62b0d11fde48a16e938) - adding CODECOV token to prepare for codecov-action@v4 (currently in beta) *(commit by [@athril](https://github.com/athril))* +- [`7341eae`](https://github.com/nih-sparc/sparc.client/commit/7341eaebf1323a1aa98150038b321d6da190f42b) - fixing reviewdog permissions *(commit by [@athril](https://github.com/athril))* +- [`4119d2e`](https://github.com/nih-sparc/sparc.client/commit/4119d2ebf0bad418895f505704d3b36da5fb376c) - fixing reviewdog permissions *(commit by [@athril](https://github.com/athril))* +- [`2afa0eb`](https://github.com/nih-sparc/sparc.client/commit/2afa0eb4ca6260ce1438d6bceb796c7b90a2d6c2) - fixing reviewdog permissions *(commit by [@athril](https://github.com/athril))* +- [`ea66084`](https://github.com/nih-sparc/sparc.client/commit/ea660848a269fb9b842c2db2e42a0d586ab23886) - reviewdog permissions *(commit by [@athril](https://github.com/athril))* +- [`b70d867`](https://github.com/nih-sparc/sparc.client/commit/b70d8672d202e25a7b74058a290063c3eb6eef9b) - reviewdog permissions *(commit by [@athril](https://github.com/athril))* +- [`38cc7c4`](https://github.com/nih-sparc/sparc.client/commit/38cc7c4b730b52e8176f3be17146acb10163d9bc) - fixing outdated versions of actions *(commit by [@athril](https://github.com/athril))* + + ## [v0.2.0] ### :sparkles: New features @@ -65,3 +88,5 @@ Alpha release of Python Sparc Client. * listing datasets, files, records * downloading files * Basic API support (GET/POST) + +[v0.3.0]: https://github.com/nih-sparc/sparc.client/compare/v0.2.0...v0.3.0 \ No newline at end of file