Skip to content

Commit d3f5d6e

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

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/msvc/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# must match version.rc
99
print(f"version strings: {fi_strings}")
10-
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.5"}
10+
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.6"}

.github/workflows/msvc/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN
99
// Strings must match test.py
1010
VALUE "CompanyName", "nabijaczleweli\0"
1111
VALUE "ProductName", "rust-embed-resource/example/version\0"
12-
VALUE "ProductVersion", "3.0.5\0"
12+
VALUE "ProductVersion", "3.0.6\0"
1313
END
1414
END
1515

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)