Skip to content

Commit

Permalink
g3keymess version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jan 3, 2025
1 parent 66ae5f4 commit da611db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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 g3keymess/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.4.0:
- Feature: add worker support, and also allow to use multiple threads in main runtime
- Compatibility: drop AWS-LC support to reduce outdated dependencies

v0.3.5:
- Feature: emit tokio runtime metrics
- Feature: allow to send event logs to stdout
Expand Down
2 changes: 1 addition & 1 deletion g3keymess/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3keymess"
version = "0.3.5"
version = "0.4.0"
license.workspace = true
edition.workspace = true
rust-version = "1.80.0"
Expand Down
4 changes: 2 additions & 2 deletions g3keymess/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g3keymess (0.3.5-1) UNRELEASED; urgency=medium
g3keymess (0.4.0-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3keymess Maintainers <[email protected]> Mon, 09 Sep 2024 13:57:36 +0800
-- G3keymess Maintainers <[email protected]> Fri, 03 Jan 2025 16:13:46 +0800
4 changes: 2 additions & 2 deletions g3keymess/g3keymess.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%define build_profile release-lto

Name: g3keymess
Version: 0.3.5
Version: 0.4.0
Release: 1%{?dist}
Summary: Keyless server for G3 Project

Expand Down Expand Up @@ -56,5 +56,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/sy


%changelog
* Mon Sep 09 2024 G3keymess Maintainers <[email protected]> - 0.3.5-1
* Fri Jan 03 2025 G3keymess Maintainers <[email protected]> - 0.4.0-1
- New upstream release

0 comments on commit da611db

Please sign in to comment.