From 15952d68c9b4388334e46380f3b35d5a45114fb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:57:11 +0000 Subject: [PATCH] chore(main): release 0.13.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb21c55..f67b130 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.0](https://github.com/jacobsvante/netsuite/compare/v0.12.0...v0.13.0) (2025-03-06) + + +### Features + +* remove py 3.8, it's EOL ([c8e858a](https://github.com/jacobsvante/netsuite/commit/c8e858ad7814f41483582ba978b5ce89fcaa279a)) + + +### Documentation + +* Added large file download and cache options ([#87](https://github.com/jacobsvante/netsuite/issues/87)) ([b1af9eb](https://github.com/jacobsvante/netsuite/commit/b1af9ebda242e4a63c2626684ff5f68065faf4b3)) +* minor documentation improvements ([f26f770](https://github.com/jacobsvante/netsuite/commit/f26f770305a7de6a9dee2ce6bead690fecd215db)) + ## [0.12.0](https://github.com/jacobsvante/netsuite/compare/v0.11.0...v0.12.0) (2024-03-01) diff --git a/pyproject.toml b/pyproject.toml index 518f9ba..cceeee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netsuite" -version = "0.12.0" +version = "0.13.0" description = "Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets" authors = ["Jacob Magnusson ", "Mike Bianco "] license = "MIT"