Skip to content

Commit 45e0388

Browse files
committed
update changelog
1 parent 85f4dfd commit 45e0388

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

changelog.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Other
6+
7+
- <csr-id-85f4dfdafe6119af5b3a5d8f079279818d3d61ee/> add Heiku platform support
8+
9+
### Commit Statistics
10+
11+
<csr-read-only-do-not-edit/>
12+
13+
- 1 commit contributed to the release.
14+
- 54 days passed between releases.
15+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' where seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- add platform support ([`85f4dfd`](https://github.com/Byron/open-rs/commit/85f4dfdafe6119af5b3a5d8f079279818d3d61ee))
26+
</details>
27+
328
## 2.1.1 (2022-03-05)
429

530
A maintenance release which allows boxed values in parameter position.
@@ -8,7 +33,7 @@ A maintenance release which allows boxed values in parameter position.
833

934
<csr-read-only-do-not-edit/>
1035

11-
- 3 commits contributed to the release.
36+
- 4 commits contributed to the release.
1237
- 11 days passed between releases.
1338
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
1439
- 0 issues like '(#ID)' where seen in commit messages
@@ -20,6 +45,7 @@ A maintenance release which allows boxed values in parameter position.
2045
<details><summary>view details</summary>
2146

2247
* **Uncategorized**
48+
- Release open v2.1.1 ([`18f730d`](https://github.com/Byron/open-rs/commit/18f730d7d40f7e27002479adb41b342413235ce7))
2349
- prepare changelog ([`d569761`](https://github.com/Byron/open-rs/commit/d569761a7c6c57f92e48fc6ac195baf13df8666d))
2450
- Revert rust edition version ([`9441d6c`](https://github.com/Byron/open-rs/commit/9441d6c87419f94e0ebaffdf69f9b01f0aec4ddb))
2551
- Update to 2021 edition and remove Sized bound ([`2601e4e`](https://github.com/Byron/open-rs/commit/2601e4eff11a77a7ccd5acfa3215eb76450fe18c))
@@ -485,6 +511,10 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
485511

486512
## v1.2.1 (2017-09-24)
487513

514+
### Other
515+
516+
- <csr-id-79bc73b7ca0927f0594670bcc23de989693275c0/> improve example
517+
488518
### Commit Statistics
489519

490520
<csr-read-only-do-not-edit/>
@@ -554,6 +584,12 @@ YANKED to avoid potential for breakage by using 'explorer.exe' to open URLs.
554584

555585
* **api:** allow OSStrings instead of &str ([1d13a671](https://github.com/Byron/open-rs/commit/1d13a671f2c9bd9616bf185fac77b32da1dcf8ee))
556586

587+
### Other
588+
589+
- <csr-id-da45d9bad33fd9ed9659ec56ffe3b31d310253ca/> allow OSStrings instead of &str
590+
Actually I can only hope that ordinary &str will still be fine.
591+
Technically, I think they should ... but we shall see.
592+
557593
## 25c0e398 (2015-07-08)
558594

559595
### Features
@@ -613,6 +649,10 @@ don’t use ‘open’ on linux (https://github.com/Byron/open-rs/commit/30c96b1
613649
- <csr-id-bf8c9a11f4c1b1ac17d684a31c90d2a38255045e/> added sublime-rustc-linter cfg
614650
[skip ci]
615651

652+
### Other
653+
654+
- <csr-id-210ec6ef37ba7d230a0cc367e979173a555fa092/> start is a cmd command, not an executable
655+
616656
### Documentation
617657

618658
- <csr-id-c2e31d55da439e30639da2d014951e2eb2b851ff/> added travis badge

0 commit comments

Comments
 (0)