Skip to content

Commit 59471fd

Browse files
Release 0.2.0 (#15)
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent 9ac1f59 commit 59471fd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.2.0 (2025-05-31)
2+
3+
### Breaking Changes
4+
5+
- Revamp test server to use Actix, update CI stuff, add multi-files to multipart test
6+
7+
### Features
8+
9+
- Tests for headers
10+
- Slim down final Docker image
11+
- Create a server which can test multipart/form uploads

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi-test-server"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "A web server for testing OpenAPI clients."
66
authors = ["Dylan Anthony <contact@dylananthony.com>"]

0 commit comments

Comments
 (0)