Skip to content

Commit ce86b29

Browse files
Bump version to 3.0.6. Add @reneleonhardt to authors list
1 parent 9a83ed8 commit ce86b29

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
# Remember to also update in README
1212
# Remember to also update in .github/workflows/msvc/test.py
1313
# Remember to also update in .github/workflows/msvc/version.rc
14-
version = "3.0.5"
14+
version = "3.0.6"
1515
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
1616
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
1717
"Liigo <liigo@qq.com>",
@@ -35,7 +35,8 @@ authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
3535
"Marijn Suijten <marijn@traverseresearch.nl>",
3636
"Lucas Nogueira <lucas@tauri.app>",
3737
"CharlesChen0823 <yongchen0823@gmail.com>",
38-
"Daniel Schaefer <dhs@frame.work>"]
38+
"Daniel Schaefer <dhs@frame.work>",
39+
"Rene Leonhardt"]
3940
exclude = ["*.enc"]
4041

4142

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
- Visual Studio 2022
33

4-
version: 3.0.5-{build}
4+
version: 3.0.6-{build}
55

66
skip_tags: false
77

0 commit comments

Comments
 (0)