Skip to content

Commit c6684a9

Browse files
committed
v0.10.0
1 parent 99e65b6 commit c6684a9

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.1
44+
${{ vars.DOCKER_USERNAME }}/dns-bench:0.10.0
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.10.0 (17.06.2025)
99

1010
### Added
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.1"
3+
version = "0.10.0"
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
@@ -147,7 +147,7 @@ $ dns-bench [OPTIONS]
147147
Run the following command and wait until the crate is compiled:
148148

149149
```sh
150-
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.9.1 dns-bench
150+
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.10.0 dns-bench
151151
```
152152

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

0 commit comments

Comments
 (0)