From e2bf7d122d0f973a3191d3616443b0b744e02a54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 07:43:27 +0000 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fc499..8c27425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.4.0...v0.5.0) (2021-11-01) + + +### ⚠ BREAKING CHANGES + +* oauth1 Token struct fields and authorize function were open to the outside world +* Harmonize `with_base_url` method with `with_algorithm` + +### Features + +* Allow overriding OAuth 1 algorithm ([7fa59b4](https://www.github.com/jmagnusson/netsuite-rs/commit/7fa59b4612824c0a706aff9722031e632e8250b3)) + + +### Bug Fixes + +* Harmonize `with_base_url` method with `with_algorithm` ([d95b76f](https://www.github.com/jmagnusson/netsuite-rs/commit/d95b76fcbfc959349da4fa0ab00688cbf8818bf7)) +* oauth1 Token struct fields and authorize function were open to the outside world ([f0ec653](https://www.github.com/jmagnusson/netsuite-rs/commit/f0ec6532b56594c54939ae1cb0de6ef9832617c2)) +* Only install `netsuite` binary if `cli` feature is enabled ([6e14ced](https://www.github.com/jmagnusson/netsuite-rs/commit/6e14ceda77a027958fa09377daad7d202c097790)) + ## [0.4.0](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.3.0...v0.4.0) (2021-10-30) diff --git a/Cargo.toml b/Cargo.toml index 1238cda..2edf5e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netsuite" description = "Library for making requests to the NetSuite REST APIs." -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT" authors = ["Jacob Magnusson "]