Skip to content

Commit

Permalink
g3keymess version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Oct 17, 2023
1 parent cd92cc1 commit f095873
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 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.3.3:
- Feature: allow to check key existence via g3keymess-ctl
- BUG FIX: fix auto load of newly added keys in the local store dir

v0.3.2:
- BUG FIX: fix sign action
- BUG FIX: add missing request tags for gauge metrics
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.2"
version = "0.3.3"
license.workspace = true
edition.workspace = true
rust-version = "1.73.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.2-1) UNRELEASED; urgency=medium
g3keymess (0.3.3-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3keymess Maintainers <[email protected]> Thu, 12 Oct 2023 14:18:05 +0800
-- G3keymess Maintainers <[email protected]> Tue, 17 Oct 2023 10:35:05 +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.2
Version: 0.3.3
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
* Thu Oct 12 2023 G3keymess Maintainers <[email protected]> - 0.3.2-1
* Tue Oct 17 2023 G3keymess Maintainers <[email protected]> - 0.3.3-1
- New upstream release

0 comments on commit f095873

Please sign in to comment.