Skip to content

Commit

Permalink
bumped major version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
captnz committed Jan 31, 2023
1 parent 8cc2f33 commit 052b329
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
- Rename allowlist allhost/nohost values to all/none

## [3.0.0] - 2023-01-31
- Rename allowlist allhost/nohost values to all/none

## [2.0.4] - 2023-01-24
- Updated the grpcio dependency to >=1.50.0
Expand All @@ -25,8 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- BREAKING CHANGE - Update to handle breaking changes in Iotics API, major change here is the change of TwinID Protobuf definition to include hostId (HostTwinDID)
- docker and makefile fixes for mac and changes in buf

[Unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.2...v2.0.4
[Unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.4...v3.0.0
[2.0.4]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.0...v2.0.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A Python library for interacting with Iotics API.

| iotics-grpc-client-py | iotics-host |
|----------------------| ----------- |
| `pip install iotics-grpc-client~=3.0` | `>= 6` |
| `pip install iotics-grpc-client~=2.0` | `>= 5` |
| `pip install iotics-grpc-client~=0.10.0` | `>= 4` |

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = iotics-grpc-client
version = 2.0.4
version = 3.0.0
description = Iotics gRPC client library
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 052b329

Please sign in to comment.