Skip to content

Commit

Permalink
Updated version, release notes, docs, and sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvido committed Jan 24, 2024
1 parent 2218d32 commit 3e8444b
Show file tree
Hide file tree
Showing 7 changed files with 4,496 additions and 4,409 deletions.
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Finite State Python SDK RELEASE NOTES

# v0.1.4

## New Features

* get_products call now takes product_id, and business_unit_id as optional parameters

## Bug Fixes

* get_products parameter business_unit_id was marked as optional but was not

## Breaking Changes

* Marked get_all_products as deprecated, and it will be removed in a future version

# v0.1.0

Updated minor version due to breaking change.
Expand Down
7,448 changes: 3,728 additions & 3,720 deletions docs/finite_state_sdk.html

Large diffs are not rendered by default.

1,285 changes: 675 additions & 610 deletions docs/finite_state_sdk/queries.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/finite_state_sdk/token_cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>API Documentation</h2>
</ul>


<footer>finite-state-sdk-python v0.1.2</footer>
<footer>finite-state-sdk-python v0.1.4</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "finite-state-sdk"
version = "0.1.2"
version = "0.1.4"
authors = [
"Finite State, Inc. <[email protected]>"
]
Expand Down
Loading

0 comments on commit 3e8444b

Please sign in to comment.