Skip to content

Commit 036c51a

Browse files
release: 0.2.0
1 parent 2cabe5d commit 036c51a

4 files changed

Lines changed: 17 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/scalar/galaxy-rs/compare/v0.1.0...v0.2.0) (2026-08-05)
4+
5+
6+
### Features
7+
8+
* **api:** initial SDK generation ([ac64604](https://github.com/scalar/galaxy-rs/commit/ac646048d6620c065e5375033a5ae880ee159128))
9+
10+
11+
### Chores
12+
13+
* **api:** regenerate SDK ([2cabe5d](https://github.com/scalar/galaxy-rs/commit/2cabe5def3dee10def50a51072c026f49d01fb0a))
14+
15+
## Changelog
16+
317
All notable changes to `scalar-galaxy` are documented here. Release
418
tooling appends a section per released version below.
519

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-galaxy"
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 = "The Scalar Galaxy is an example OpenAPI document to test OpenAPI tools and libraries. It's a fictional universe with fictional planets and fictional data."

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

0 commit comments

Comments
 (0)