Skip to content

Commit

Permalink
upgrade to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkD committed Aug 13, 2023
1 parent 1bb3c9c commit 8ca6789
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corplink-rs"
version = "0.3.5"
version = "0.3.6"
edition = "2021"

[dependencies]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pack/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8ca6789

Please sign in to comment.