Skip to content

Commit

Permalink
changelog for 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Aug 30, 2024
1 parent 79d0fe5 commit 7721d5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# swyh-rs Changelog

- 1.11.3 (unreleased)
- 1.11.3 (Aug 30 2024 dheijl)
- some tweaks:
- avoid unnecessary allocations
- rewrite how samples are serialized in the streaming buffer, it's safer, cleaner and should be faster too

- 1.11.2 (Aug 18 2024 dheijl)
- clean up log initializing mess
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ hashbrown = "0.14.5"
htmlescape = "0.3.1"
if-addrs = "0.13.3"
lexopt = "0.3.0"
local-ip-address = { version = "0.6.1", optional = true }
local-ip-address = { version = "0.6.2", optional = true }
log = { version = "0.4.22", features = [
"max_level_trace",
"release_max_level_debug",
Expand Down

0 comments on commit 7721d5e

Please sign in to comment.