From 8ca678967837f8536853ac745406d65f0b70cb39 Mon Sep 17 00:00:00 2001 From: PinkD <443657547@qq.com> Date: Mon, 14 Aug 2023 00:31:26 +0800 Subject: [PATCH] upgrade to 3.6 --- Cargo.toml | 2 +- README.md | 5 ++++- pack/PKGBUILD | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d761667..f509904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corplink-rs" -version = "0.3.5" +version = "0.3.6" edition = "2021" [dependencies] diff --git a/README.md b/README.md index db43155..4556117 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,9 @@ graph TD; # Changelog +- 0.3.6 + - fix wg-corplink not exit(by @LionheartLann) + - fix session is expired(by @XYenon) - 0.3.5 - fix empty login method list - fix write long data to uapi(by @nolouch) @@ -237,7 +240,7 @@ graph TD; # License ```license - Copyright (C) 2023 PinkD, ShuNing + Copyright (C) 2023 PinkD, ShuNing, LionheartLann, XYenon This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/pack/PKGBUILD b/pack/PKGBUILD index 72831e3..26542f5 100644 --- a/pack/PKGBUILD +++ b/pack/PKGBUILD @@ -2,7 +2,7 @@ pkgname=corplink-rs _pkgbase=corplink-rs -pkgver=3.5 +pkgver=3.6 pkgrel=1 pkgdesc='Corplink client written in Rust' arch=('i686' 'x86_64')