Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 24, 2024
1 parent 81b629c commit 372d2f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.1](https://github.com/jacobsvante/netsuite/compare/v0.10.0...v0.10.1) (2024-01-24)


### Bug Fixes

* add `query` helper to interact and use a standard ipython shell ([896be6f](https://github.com/jacobsvante/netsuite/commit/896be6fa6d6cfee3474c13d6a01047b1c73f7193))


### Documentation

* additional rest api documentation ([81b629c](https://github.com/jacobsvante/netsuite/commit/81b629cb4ffa10823b76764d7780c5b8fae3b2e6))
* removing beta quality disclaimer ([c09b230](https://github.com/jacobsvante/netsuite/commit/c09b2306ac59193075646e57f0b65a1506f776ab))

## [0.10.0](https://github.com/jacobsvante/netsuite/compare/v0.9.0...v0.10.0) (2023-10-29)


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 = "netsuite"
version = "0.10.0"
version = "0.10.1"
description = "Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets"
authors = ["Jacob Magnusson <m@jacobian.se>", "Mike Bianco <mike@mikebian.co>"]
license = "MIT"
Expand Down

0 comments on commit 372d2f6

Please sign in to comment.