Skip to content

Commit

Permalink
sip-ua: releae 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalt committed Sep 25, 2024
1 parent bc25080 commit 415700d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/sip-types/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ impl StatusLine {
/// Simple pull parser which returns all lines in a SIP message.
///
/// > __Note:__ Lines are terminated with either `\n` or `\r\n` followed by anything but a whitespace.
///
/// This is a SIP message feature allowing multi-line headers.
///
/// # Examples
Expand Down
2 changes: 1 addition & 1 deletion crates/sip-ua/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-sip-ua"
version = "0.4.1"
version = "0.4.2"
description = "Low level SIP user agent utilities"
categories = ["network-programming", "multimedia"]
keywords = ["sip"]
Expand Down

0 comments on commit 415700d

Please sign in to comment.