Skip to content

Commit 51dc28a

Browse files
authored
Merge pull request #702 from adamralph/update-changelog
update CHANGELOG
2 parents 41f2bea + 937ac47 commit 51dc28a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3+
## 12.1.0
4+
5+
### Enhancements
6+
7+
- [#681: Target .NET 9 and remove .NET 6 target](https://github.com/adamralph/simple-exec/pull/681)
8+
39
## 12.0.0
410

511
### Enhancements
612

7-
- [#521: **[BREAKING]** switch from netstandard2.1 to net6.0 and net7.0](https://github.com/adamralph/simple-exec/pull/521)
13+
- [#521: **[BREAKING]** Target .NET 6 and .NET 7 and remove .NET Standard 2.1 target](https://github.com/adamralph/simple-exec/pull/521)
814
- [#578: include build metadata in informational version](https://github.com/adamralph/simple-exec/pull/578)
915
- [#584: avoid race between cancellation and exit](https://github.com/adamralph/simple-exec/pull/584)
10-
- [#585: target .NET 8](https://github.com/adamralph/simple-exec/pull/585)
16+
- [#585: Target .NET 8](https://github.com/adamralph/simple-exec/pull/585)
1117
- [#600: **[BREAKING]** Cancel child processes by default](https://github.com/adamralph/simple-exec/issues/600)
1218

1319
## 11.0.0
@@ -38,12 +44,12 @@
3844

3945
- [#351: **[BREAKING]** New API for version 9](https://github.com/adamralph/simple-exec/issues/351)
4046
- [#352: Echo to standard out instead of standard error](https://github.com/adamralph/simple-exec/issues/352)
47+
- [#375: **[BREAKING]** Target .NET Standard 2.1 and remove .NET Standard 2.0 target](https://github.com/adamralph/simple-exec/pull/375)
4148
- [#390: Nullable annotations](https://github.com/adamralph/simple-exec/issues/390)
4249

4350
### Other
4451

4552
- [#312: **[BREAKING]** Remove NonZeroExitCodeException](https://github.com/adamralph/simple-exec/issues/312)
46-
- [#375: **[BREAKING]** switch from netstandard2.0 to netstandard2.1](https://github.com/adamralph/simple-exec/pull/375)
4753

4854
## 8.0.0
4955

@@ -163,7 +169,7 @@
163169

164170
### Enhancements
165171

166-
- [#31: add .NET Standard 2.0 target](https://github.com/adamralph/simple-exec/pull/31)
172+
- [#31: Target .NET Standard 2.0](https://github.com/adamralph/simple-exec/pull/31)
167173

168174
## 2.1.0
169175

0 commit comments

Comments
 (0)