Skip to content

Commit

Permalink
g3bench version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed May 22, 2024
1 parent e8fa769 commit a61256f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions g3bench/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.9.2:
- Compatibility: support windows
- Compatibility: update build dependencies

v0.9.1:
- BUG FIX: fix the set of default tls server name for h3 target
- Feature: add tls-permute-extensions config option for openssl client (BoringSSL/AWS-LC)
Expand Down
2 changes: 1 addition & 1 deletion g3bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3bench"
version = "0.9.1"
version = "0.9.2"
license.workspace = true
edition.workspace = true
rust-version = "1.75.0"
Expand Down
4 changes: 2 additions & 2 deletions g3bench/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g3bench (0.9.1-1) UNRELEASED; urgency=medium
g3bench (0.9.2-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3bench Maintainers <[email protected]> Wed, 13 Mar 2024 14:42:05 +0800
-- G3bench Maintainers <[email protected]> Wed, 22 May 2024 15:55:56 +0800
4 changes: 2 additions & 2 deletions g3bench/g3bench.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%define build_profile release-lto

Name: g3bench
Version: 0.9.1
Version: 0.9.2
Release: 1%{?dist}
Summary: Benchmark tool for G3 Project

Expand Down Expand Up @@ -47,5 +47,5 @@ install -m 755 -D target/%{build_profile}/g3bench %{buildroot}%{_bindir}/g3bench


%changelog
* Wed Mar 13 2024 G3bench Maintainers <[email protected]> - 0.9.1-1
* Wed May 22 2024 G3bench Maintainers <[email protected]> - 0.9.2-1
- New upstream release

0 comments on commit a61256f

Please sign in to comment.