Skip to content

Commit 8b4c259

Browse files
committed
prepare changelog prior to release
1 parent 8cf21e0 commit 8b4c259

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

changelog.md

+38-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
In the previous releases 3.3 and 4.0 on windows the console windows would show.
6+
This was unintentional and is now fixed.
7+
8+
Thanks so much for [the contribution](https://github.com/Byron/open-rs/pull/69).
9+
10+
### Bug Fixes
11+
12+
- <csr-id-bc75d847c6c89cdd835f4220d6a0ed9a6985b41e/> hide the console window in Windows
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 10 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge pull request #69 from amrbashir/hide-console ([`8cf21e0`](https://github.com/Byron/open-rs/commit/8cf21e0d23f0d18e503f4a056762d1efd733f99d))
31+
- Hide the console window in Windows ([`bc75d84`](https://github.com/Byron/open-rs/commit/bc75d847c6c89cdd835f4220d6a0ed9a6985b41e))
32+
</details>
33+
334
## 4.0.0 (2023-03-10)
435

536
### Bug Fixes
@@ -12,10 +43,8 @@
1243

1344
See also:
1445
* https://doc.rust-lang.org/std/os/windows/process/trait.CommandExt.html#tymethod.raw_arg
15-
* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd
16-
* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start
17-
18-
Related https://github.com/Byron/open-rs/issues/67.
46+
* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd
47+
* https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/start
1948

2049
### New Features (BREAKING)
2150

@@ -29,7 +58,7 @@
2958

3059
<csr-read-only-do-not-edit/>
3160

32-
- 4 commits contributed to the release.
61+
- 5 commits contributed to the release.
3362
- 3 days passed between releases.
3463
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3564
- 0 issues like '(#ID)' were seen in commit messages
@@ -41,12 +70,16 @@
4170
<details><summary>view details</summary>
4271

4372
* **Uncategorized**
73+
- Release open v4.0.0 ([`f36f37a`](https://github.com/Byron/open-rs/commit/f36f37a7a2ac8f417cd14f900de795a144748264))
4474
- Windows URL encoding for multiple query params ([`9ceb0a4`](https://github.com/Byron/open-rs/commit/9ceb0a4b707022a6ce8046d3512be7c7a51d77a4))
4575
- Refactor ([`9a1178a`](https://github.com/Byron/open-rs/commit/9a1178a9d32c2b4da12cdb8542b3b36806825d7d))
4676
- Set minimal required Rust version of 1.62. ([`0cd6f98`](https://github.com/Byron/open-rs/commit/0cd6f98d0a97ac3ddcecefc5d33952e7632298a5))
4777
- Fix Windows URL encoding for multiple query params ([`e4856ac`](https://github.com/Byron/open-rs/commit/e4856acd170cdea5b06a947c7e7e9cdd36f0b392))
4878
</details>
4979

80+
<csr-unknown>
81+
Related https://github.com/Byron/open-rs/issues/67.<csr-unknown/>
82+
5083
## 3.4.0 (2023-03-06)
5184

5285
<csr-id-7e2a9c645cd4ff5f86ece7cdc220e18c1b4ac1b5/>

0 commit comments

Comments
 (0)