Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jacobsvante committed Oct 28, 2021
1 parent 42d4038 commit 7ef3315
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.2.0](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.1.1...v0.2.0) (2021-10-28)


### ⚠ BREAKING CHANGES

* Move to SHA-256 algorithm for OAuth1 authentication header
* Support INI configs
* Rename CLI options to `account` and `token_id`

### Features

* Ability to set log level via CLI argument ([17a324e](https://www.github.com/jmagnusson/netsuite-rs/commit/17a324e6b2bc7b2e6bf370cb5369507ad37d8a58))
* Implement CRUD methods ([42d4038](https://www.github.com/jmagnusson/netsuite-rs/commit/42d40385077bd3c91208dbfd5acc9a3caaf6b250))
* Move to SHA-256 algorithm for OAuth1 authentication header ([5e01c54](https://www.github.com/jmagnusson/netsuite-rs/commit/5e01c549c7297018468ebc9970ae0b909a57e141))
* Support INI configs ([1ee0494](https://www.github.com/jmagnusson/netsuite-rs/commit/1ee049413f2ebc70e5f785e2fc8448a1bd73047d))


### Bug Fixes

* CLI didn't return proper library version ([10e79f4](https://www.github.com/jmagnusson/netsuite-rs/commit/10e79f49be7b2d9fb7dee1569a59a727881b56df))
* Couldn't see CLI --help because of how INI section was being checked ([ea7484f](https://www.github.com/jmagnusson/netsuite-rs/commit/ea7484f54b4ed18632325dad0a4bf2f29ffdbb95))
* INI containing unknown config key wasn't allowed ([073cf08](https://www.github.com/jmagnusson/netsuite-rs/commit/073cf0822055403be68da5f9bb2891f70343824b))
* Logging wasn't initialized before proper CLI args parse ([a3ca1f4](https://www.github.com/jmagnusson/netsuite-rs/commit/a3ca1f46f0b4ff9eb790f6c3cc0a927472afffdd))
* Rename CLI options to `account` and `token_id` ([aea4244](https://www.github.com/jmagnusson/netsuite-rs/commit/aea42448a39c37f87abe26a3892cb5edd0729f4d))
* Return error in case an unknown env var is being set ([db0d808](https://www.github.com/jmagnusson/netsuite-rs/commit/db0d80843516d80f9e8295db6ecb5ad5845d338b))

### [0.1.1](https://www.github.com/jmagnusson/netsuite-rs/compare/v0.1.0...v0.1.1) (2021-10-24)


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.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Jacob Magnusson <m@jacobian.se>"]
Expand Down

0 comments on commit 7ef3315

Please sign in to comment.