From dc4a849135d98e6378020a6ca3f88e77e16929b4 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Fri, 3 Jan 2025 11:40:36 +0800 Subject: [PATCH] g3iploc version 0.2.0 --- Cargo.lock | 2 +- g3iploc/CHANGELOG | 4 ++++ g3iploc/Cargo.toml | 2 +- g3iploc/debian/changelog | 4 ++-- g3iploc/g3iploc.spec | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dea2158b9..634d6306a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "g3iploc" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/g3iploc/CHANGELOG b/g3iploc/CHANGELOG index ec4e792b2..c74190fd8 100644 --- a/g3iploc/CHANGELOG +++ b/g3iploc/CHANGELOG @@ -1,3 +1,7 @@ +v0.2.0: + - Feature: listen to Ctrl-C event and shutdown gracefully + - Feature: allow to run in multiple worker threads + v0.1.0: - Initial release diff --git a/g3iploc/Cargo.toml b/g3iploc/Cargo.toml index 8efd0584a..72ecb1ebc 100644 --- a/g3iploc/Cargo.toml +++ b/g3iploc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "g3iploc" -version = "0.1.0" +version = "0.2.0" license.workspace = true edition.workspace = true description = "G3 IP locate service" diff --git a/g3iploc/debian/changelog b/g3iploc/debian/changelog index 32739a5c3..7a1ec8b4e 100644 --- a/g3iploc/debian/changelog +++ b/g3iploc/debian/changelog @@ -1,5 +1,5 @@ -g3iploc (0.1.0-1) UNRELEASED; urgency=medium +g3iploc (0.2.0-1) UNRELEASED; urgency=medium * New upstream release. - -- G3iploc Maintainers Wed, 19 Jun 2024 18:37:05 +0800 + -- G3iploc Maintainers Fri, 03 Jan 2025 11:40:25 +0800 diff --git a/g3iploc/g3iploc.spec b/g3iploc/g3iploc.spec index 007c055d5..04e7179cc 100644 --- a/g3iploc/g3iploc.spec +++ b/g3iploc/g3iploc.spec @@ -9,7 +9,7 @@ %define build_profile release-lto Name: g3iploc -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: IP Locate Service for G3 Project @@ -48,5 +48,5 @@ install -m 644 -D %{name}/service/g3iploc@.service %{buildroot}/lib/systemd/syst %changelog -* Wed Jun 19 2024 G3iploc Maintainers - 0.1.0-1 +* Fri Jan 03 2025 G3iploc Maintainers - 0.2.0-1 - New upstream release