Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 8, 2024
1 parent 3595042 commit 1b72ae8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# CHANGELOG

## v0.12.0 (2024-08-08)

### Documentation

* docs: Docs 1708 setup client documentation (#29)

Setup documentation of client library in CI/CD Pipeline. CI builds docs, and CD publishes docs to github pages using ghp-import tool. ([`673dc6a`](https://github.com/provena/provena-python-client/commit/673dc6a07d2ceddf75183a3755a682a0002e7162))

* docs: Docs 1708 setup client documentation (#24) ([`3b09394`](https://github.com/provena/provena-python-client/commit/3b09394ab79c76ac7733f858ab2314be8b56c0eb))

### Feature

* feat: Forcing new release to access "requests" dependency. ([`3595042`](https://github.com/provena/provena-python-client/commit/35950424b51ee61db268ebc5c6e8faf825360187))

### Test

* test: JIRA-1706: Tests 1706 integration tests (#23)

Completed Integration Tests + Created a Guide for Client Library tests.

Co-authored-by: Ross <[email protected]> ([`66d96fa`](https://github.com/provena/provena-python-client/commit/66d96faf6183be1e4236954fc62ea6be883cbf41))

### Unknown

* Added secerts capture on push to main workflow for CI/CD. ([`2d3e8c9`](https://github.com/provena/provena-python-client/commit/2d3e8c99d5bb047db8deca012be19b14e6a86b1a))

## v0.11.2 (2024-07-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "provenaclient"
version = "0.11.2"
version = "0.12.0"
description = "A client library for interfacing with a Provena instance."
authors = ["RRAP <[email protected]>"]
license = "None"
Expand Down

0 comments on commit 1b72ae8

Please sign in to comment.