Skip to content

Commit

Permalink
Merge pull request #70 from phip1611/update
Browse files Browse the repository at this point in the history
dependency updates & prepare v1.14.0
  • Loading branch information
phip1611 authored Dec 4, 2024
2 parents 6a44061 + e20769a commit 5fd5b63
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 94 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
runs-on: [ macos-latest, ubuntu-latest, windows-latest ]
# 1.74.1: MSVR of the CLI binary
rust: [ 1.74.1, stable, nightly ]
# Specific version: MSVR of the CLI binary
rust: [ 1.75.0, stable, nightly ]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ As this crate exports a library and a binary, both are released simultaneously.
However, some releases might only change things in the library and some might
only change something for the binary.

# v1.14.0 (2024-12-04)

## ttfb lib

- **BREAKING** The MSRV is now `1.75.0` stable.
- dependency updates

## ttfb binary

- **BREAKING** The MSRV is now `1.75.0` stable.
- dependency updates

# v1.13.1 (2024-12-04)

## ttfb lib
Expand Down
Loading

0 comments on commit 5fd5b63

Please sign in to comment.