Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resolver = "2"
# Now on the 0.1.x line: a 0.1.x bump signals an API-breaking release,
# 0.1.(x+1) a compatible one. Downstream consumers pin us via
# [patch.crates-io] to a specific 0.1.x.
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
6 changes: 6 additions & 0 deletions crates/wavekat-sip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/wavekat/wavekat-sip/compare/v0.1.0...v0.1.1) - 2026-06-28

### Added

- blind call transfer via REFER (RFC 3515) ([#45](https://github.com/wavekat/wavekat-sip/pull/45))

### Added

- blind call transfer (RFC 3515): `Call::blind_transfer` sends an in-dialog
Expand Down