Skip to content

Commit

Permalink
doc: update changelog for v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Apr 11, 2024
1 parent aa05f7c commit 2541c95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased (Yet)

# v1.11.1 (2024-04-11)

- dependency updates

# v1.11.0 (2024-04-09)

## ttfb lib
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Library + CLI utility to measure the TTFB (time to first byte) of HTTP(S)
requests. This includes data of intermediate steps, such as the relative and
absolute timings of DNS lookup, TCP connect, and TLS handshake.
"""
version = "1.11.0"
version = "1.11.1"
edition = "2021"
rust-version = "1.65" # MSRV of the library (= min(lib,bin))
keywords = ["ttfb", "http", "timings", "web"]
Expand Down

0 comments on commit 2541c95

Please sign in to comment.