From 282b06350a2f2c59b8676ae80f177e464e079f4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:02:55 +0000 Subject: [PATCH] chore: release 0.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9941b6d..74fc499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.3.0...v0.4.0) (2021-10-30) + + +### ⚠ BREAKING CHANGES + +* Allow Params.push to accept anything that can be turned into a String + +### Features + +* Add support for JSON Schema and OpenAPI + OpenAPI web schema browser ([8d97821](https://www.github.com/jmagnusson/netsuite-rs/commit/8d978213f045e2a6ad19f102489f52c9f89eda69)) +* Don't include CLI dependencies by default ([6bac000](https://www.github.com/jmagnusson/netsuite-rs/commit/6bac0009a78775a141b0ece4f07ac2dede54a298)) + + +### Bug Fixes + +* Allow Params.push to accept anything that can be turned into a String ([2ebf3e0](https://www.github.com/jmagnusson/netsuite-rs/commit/2ebf3e02801bd868dc2da27d70b58d34bd74e665)) + ## [0.3.0](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.2.0...v0.3.0) (2021-10-29) diff --git a/Cargo.toml b/Cargo.toml index 9b262e1..7425dae 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.3.0" +version = "0.4.0" edition = "2021" license = "MIT" authors = ["Jacob Magnusson "]