Skip to content

Commit db468ec

Browse files
authored
Merge pull request #6 from tauri-apps/release
2 parents 72e3fec + 60816df commit db468ec

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changes/initial-release.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.1.0]
4+
5+
- Initial release.
6+
- [72e3fec](https://github.com/tauri-apps/winres/commit/72e3fecc69ad4fe6eaabc53a3f714d1ef6d39ad8) ci: Add covector to prepare publishing ([#5](https://github.com/tauri-apps/winres/pull/5)) on 2023-01-19

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "tauri-winres"
33
description = "Create and set windows icons and metadata for executables"
4-
version = "0.0.0"
4+
version = "0.1.0"
55
authors = [
6-
"Tauri Programme within The Commons Conservancy",
7-
"Max Resch <[email protected]>"
6+
"Tauri Programme within The Commons Conservancy",
7+
"Max Resch <[email protected]>"
88
]
99
license = "MIT"
1010
repository = "https://github.com/tauri-apps/winres"
11-
documentation= "https://docs.rs/tauri-winres/"
11+
documentation = "https://docs.rs/tauri-winres/"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -18,5 +18,4 @@ toml = "0.5"
1818
version_check = "0.9"
1919

2020
[dev-dependencies]
21-
# used for tests
2221
winapi = { version = "0.3", features = [ "winnt" ] }

0 commit comments

Comments
 (0)