Skip to content

Commit

Permalink
chore: prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Oct 30, 2024
1 parent ffd90d6 commit aeeeff5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.7.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.7.0

_Not Released Yet_
_Released 2024 Oct 30_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [0.7.0](0.7.0.md) (TBD; work in progress)
* 2024-10-25 [0.6.0](0.6.0.md) (latest)
* 2024-10-30 [0.7.0](0.7.0.md) (latest)
* 2024-10-25 [0.6.0](0.6.0.md)
* 2024-07-22 [0.5.0](0.5.0.md)
* 2022-07-27 [0.4.0](0.4.0.md)
* 2021-07-14 [0.3.0](0.3.0.md)
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 0.7.0

_Released 2024 Oct 30_

#### Improvements

- Build Kotlin/Wasm (`wasmJs`) binaries for all Kotlin multiplatform modules.

#### Breaking Changes

- The `copy` function of `RequestTemplate` is no longer accessible.


---

### 0.6.0

_Released 2024 Oct 25_
Expand Down
11 changes: 5 additions & 6 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### 0.6.0
### 0.7.0

_Released 2024 Oct 25_
_Released 2024 Oct 30_

#### Fixes
#### Improvements

- Fixed a critical bug in the path parameter substitution logic that caused
requests with path parameters to target invalid endpoints.
- Build Kotlin/Wasm (`wasmJs`) binaries for all Kotlin multiplatform modules.

#### Breaking Changes

- `api-client-ktor` now requires Ktor 3.
- The `copy` function of `RequestTemplate` is no longer accessible.

0 comments on commit aeeeff5

Please sign in to comment.