Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jacobsvante committed Oct 30, 2021
1 parent 85b1278 commit 282b063
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <m@jacobian.se>"]
Expand Down

0 comments on commit 282b063

Please sign in to comment.