Skip to content

Commit 1990534

Browse files
authored
Merge pull request #7 from RemiKalbe/release-plz-2025-12-26T17-23-17Z
chore: release v0.1.1
2 parents 8299e2c + 63c3c1e commit 1990534

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/remikalbe/siphon"
@@ -58,4 +58,4 @@ rustyline = "17.0.2"
5858
siphon-protocol = { path = "crates/siphon-protocol", version = "0.1.0" }
5959
siphon-common = { path = "crates/siphon-common", version = "0.1.0" }
6060
siphon-secrets = { path = "crates/siphon-secrets", version = "0.1.0" }
61-
siphon-tui = { path = "crates/siphon-tui", version = "0.1.0" }
61+
siphon-tui = { path = "crates/siphon-tui", version = "0.1.1" }

crates/siphon-server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/RemiKalbe/siphon/compare/siphon-server-v0.1.0...siphon-server-v0.1.1) - 2025-12-27
11+
12+
### Feat
13+
14+
- *(e2e)* add end-to-end test infrastructure
15+
16+
### Fix
17+
18+
- resolve clippy warnings
19+
1020
## [0.1.0](https://github.com/RemiKalbe/siphon/releases/tag/siphon-server-v0.1.0) - 2025-12-26
1121

1222
### Added

crates/siphon-tui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

0 commit comments

Comments
 (0)