Skip to content

Commit 853fe60

Browse files
release: 0.3.0
1 parent 6dde1c3 commit 853fe60

4 files changed

Lines changed: 26 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/scalar/scalar-rs/compare/v0.2.0...v0.3.0) (2026-08-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **api:** 6 breaking changes to the SDK surface.
9+
- Renamed SDK from `ScalarApi` to `Scalar`.
10+
- Removed operation `schemas.version.retrieveSchema` (`GET /v1/schemas/{namespace}/{slug}/version/{semver}`).
11+
- Removed operation `schemas.version.deleteSchema` (`DELETE /v1/schemas/{namespace}/{slug}/version/{semver}`).
12+
- Removed operation `schemas.version.createSchema` (`POST /v1/schemas/{namespace}/{slug}/version`).
13+
- Removed operation `schemas.accessGroup.createSchema` (`POST /v1/schemas/{namespace}/{slug}/access-group`).
14+
- Removed operation `schemas.accessGroup.deleteSchema` (`DELETE /v1/schemas/{namespace}/{slug}/access-group`).
15+
16+
### Features
17+
18+
* **api:** update SDK name (+11 more changes) ([5c05476](https://github.com/scalar/scalar-rs/commit/5c054762e1582b88ddd426b2e8c7cada6fa10fd5))
19+
20+
21+
### Chores
22+
23+
* **api:** update generated SDK content ([eaabbf2](https://github.com/scalar/scalar-rs/commit/eaabbf290211e9117905cdd108658dd3f17eae7e))
24+
* **api:** update generated SDK content ([0ad32ff](https://github.com/scalar/scalar-rs/commit/0ad32ff331222f05ebb83b55570a081a3091a439))
25+
326
## [0.2.0](https://github.com/scalar/scalar-rs/compare/v0.1.0...v0.2.0) (2026-08-07)
427

528

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.3.0" # x-release-please-version
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Rust library to access the Scalar API"

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.2.0" # x-release-please-version
13+
scalar-rs = "0.3.0" # x-release-please-version
1414
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
1515
```
1616

0 commit comments

Comments
 (0)