Skip to content

Commit 5145c39

Browse files
committed
v0.9.1
1 parent 90900a0 commit 5145c39

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/s390x,linux/ppc64le
4242
push: true
4343
tags: |
44-
${{ vars.DOCKER_USERNAME }}/dns-bench:0.9.0
44+
${{ vars.DOCKER_USERNAME }}/dns-bench:0.9.1
4545
${{ vars.DOCKER_USERNAME }}/dns-bench:latest
4646
4747
# Step 6: Test the image on different architectures using QEMU

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.9.1 (28.04.2025)
99

1010
### Changed
1111

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dns-bench"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
authors = ["Alexandr Garbuzov <qwerty541zxc@gmail.com>"]
66
description = "Find the fastest DNS in your location to improve internet browsing experience."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $ dns-bench [OPTIONS]
114114
Run the following command and wait until the crate is compiled:
115115

116116
```sh
117-
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.9.0 dns-bench
117+
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.9.1 dns-bench
118118
```
119119

120120
Also you can remove tag option to install the latest development version.

0 commit comments

Comments
 (0)