Skip to content

Commit

Permalink
chore: release 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ntix committed Jul 18, 2023
1 parent 8a06097 commit ac0ca85
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [1.1.0] - 2023-07-15

### Bug Fixes

- Fix link in README.md

### Documentation

- Update log_service example
- Update ros example
- Update vpc example
- Update slb example
- Update sc example
- Update rds example

### Features

- Add log_service client
Expand All @@ -27,6 +36,7 @@ All notable changes to this project will be documented in this file.
- Update RPC & ROA client example
- Add dependabot.yml of github
- Update lib doc
- Update changelog

## [1.0.0] - 2023-06-17

Expand Down
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aliyun-openapi-core-rust-sdk"
description = "Aliyun OpenAPI POP core SDK for Rust"
version = "1.0.0"
version = "1.1.0"
keywords = ["aliyun", "openapi", "api", "sdk"]
categories = ["api-bindings"]
authors = ["r4ntix <[email protected]>"]
Expand Down Expand Up @@ -30,4 +30,10 @@ url = "2.1.1"
uuid = { version = "1.3", features = ["v4", "fast-rng"] }

[dev-dependencies]
tokio = { version = "1.19", default-features = false, features = ["io-util", "rt", "sync", "time", "macros"] }
tokio = { version = "1.19", default-features = false, features = [
"io-util",
"rt",
"sync",
"time",
"macros"
] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cargo add aliyun-openapi-core-rust-sdk
Or add the following line to your Cargo.toml:

```toml
aliyun-openapi-core-rust-sdk = "1.0.0"
aliyun-openapi-core-rust-sdk = "1.1.0"
```

## Usage
Expand Down

0 comments on commit ac0ca85

Please sign in to comment.