Skip to content

Commit 9731169

Browse files
release: 0.2.0
1 parent 85534d5 commit 9731169

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/scalar/scalar-rs/compare/v0.1.0...v0.2.0) (2026-08-07)
4+
5+
6+
### Features
7+
8+
* **api:** initial SDK generation ([64f9473](https://github.com/scalar/scalar-rs/commit/64f94737c7e5e3536ee4b949c6ef9672a4a08f05))
9+
10+
11+
### Chores
12+
13+
* **api:** regenerate SDK ([85534d5](https://github.com/scalar/scalar-rs/commit/85534d55f2416ac3ebf4dc9f45211ed6fd3266bd))
14+
* **api:** regenerate SDK ([53a694a](https://github.com/scalar/scalar-rs/commit/53a694ad5e608ec2a7e80ba63d463774aab203c3))
15+
16+
## Changelog
17+
318
All notable changes to `scalar-rs` are documented here. Release
419
tooling appends a section per released version below.
520

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scalar-rs"
3-
version = "0.1.0" # x-release-please-version
3+
version = "0.2.0" # x-release-please-version
44
edition = "2024"
55
rust-version = "1.85"
66
description = "API for managing Scalar platform resources."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add this to your `Cargo.toml`:
1010

1111
```toml
1212
[dependencies]
13-
scalar-rs = "0.1.0" # x-release-please-version
13+
scalar-rs = "0.2.0" # x-release-please-version
1414
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
1515
```
1616

0 commit comments

Comments
 (0)