-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
efc8795
commit c1ff3d4
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# CHANGELOG | ||
|
||
## v0.13.0 (2024-08-22) | ||
|
||
### Documentation | ||
|
||
* docs: Fixed missing link on docs home page and corrected contributing guide… (#31) ([`946729e`](https://github.com/provena/provena-python-client/commit/946729edef1b6ff0201e05288d3105e3c30c05f7)) | ||
|
||
* docs: Docs-1734 - Completed Repo Level Docs + Created new Landing Page for Client docs. (#30) | ||
|
||
Completed Repo Root Level Documentation and created a new landing page for client documentation. | ||
|
||
Co-authored-by: Ross <[email protected]> ([`d1f71ef`](https://github.com/provena/provena-python-client/commit/d1f71ef2c43a3e0492f8f418c4d16636897ba4e3)) | ||
|
||
### Feature | ||
|
||
* feat: JIRA-1730 interactive dataset class in datastore module. (#32) | ||
|
||
Added interactive dataset session functionality within the datastore module. Allows users to contionusly perform operations on a specific dataset, without having to keep re-supplying the dataset ID. ([`efc8795`](https://github.com/provena/provena-python-client/commit/efc8795c03c9cdb02962c7806d7e0141acba4cc7)) | ||
|
||
## v0.12.0 (2024-08-08) | ||
|
||
### Documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "provenaclient" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
description = "A client library for interfacing with a Provena instance." | ||
authors = ["RRAP <[email protected]>"] | ||
license = "None" | ||
|