g3fcgen version 0.6.0

This commit is contained in:
Zhang Jingqiang 2023-10-13 16:40:08 +08:00
parent 5a76a24f84
commit 227787ce14
5 changed files with 9 additions and 6 deletions

2
Cargo.lock generated
View file

@ -1295,7 +1295,7 @@ dependencies = [
[[package]]
name = "g3fcgen"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"anyhow",
"cadence-with-flush",

View file

@ -1,7 +1,10 @@
v0.6.0:
- BUG FIX: fix load of intermediate ca certs
- Feature: add config file and reduce command line options
- Feature: default to append ca cert to cert content
- Feature: default to use current thread frontend runtime
- Feature: add frontend and backend metrics
v0.5.1:
- Feature: allow to run multiple systemd instances

View file

@ -1,6 +1,6 @@
[package]
name = "g3fcgen"
version = "0.5.1"
version = "0.6.0"
license.workspace = true
edition.workspace = true
rust-version = "1.70.0"

View file

@ -1,5 +1,5 @@
g3fcgen (0.5.1-1) UNRELEASED; urgency=medium
g3fcgen (0.6.0-1) UNRELEASED; urgency=medium
* New upstream release.
-- G3fcgen Maintainers <g3fcgen-maintainers@devel.machine> Mon, 17 Jul 2023 17:44:05 +0800
-- G3fcgen Maintainers <g3fcgen-maintainers@devel.machine> Fri, 13 Oct 2023 16:39:37 +0800

View file

@ -11,7 +11,7 @@
%define build_profile release-lto
Name: g3fcgen
Version: 0.5.1
Version: 0.6.0
Release: 1%{?dist}
Summary: Fake Certificate Generator for G3 Project
@ -54,5 +54,5 @@ install -m 644 -D %{name}/service/g3fcgen@.service %{buildroot}/lib/systemd/syst
%changelog
* Mon Jul 17 2023 G3fcgen Maintainers <g3fcgen-maintainers@devel.machine> - 0.5.1-1
* Fri Oct 13 2023 G3fcgen Maintainers <g3fcgen-maintainers@devel.machine> - 0.6.0-1
- New upstream release