Skip to content

Commit 5f8b583

Browse files
committed
update CHANGELOG
1 parent 41f2bea commit 5f8b583

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Changelog
22

3+
## 12.1.0
4+
5+
### Enhancements
6+
7+
- [#681: **[BREAKING]** Target .NET 9 and remove .NET 6 target](https://github.com/adamralph/simple-exec/pull/681)
8+
9+
### Other
10+
11+
- [#645: **[BREAKING]** Remove .NET 7 target](https://github.com/adamralph/simple-exec/pull/645)
12+
313
## 12.0.0
414

515
### Enhancements
616

7-
- [#521: **[BREAKING]** switch from netstandard2.1 to net6.0 and net7.0](https://github.com/adamralph/simple-exec/pull/521)
17+
- [#521: **[BREAKING]** Target .NET 6 and .NET 7 and remove .NET Standard 2.1 target](https://github.com/adamralph/simple-exec/pull/521)
818
- [#578: include build metadata in informational version](https://github.com/adamralph/simple-exec/pull/578)
919
- [#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)
20+
- [#585: Target .NET 8](https://github.com/adamralph/simple-exec/pull/585)
1121
- [#600: **[BREAKING]** Cancel child processes by default](https://github.com/adamralph/simple-exec/issues/600)
1222

1323
## 11.0.0
@@ -38,12 +48,12 @@
3848

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

4354
### Other
4455

4556
- [#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)
4757

4858
## 8.0.0
4959

@@ -98,6 +108,10 @@
98108
- [#140: Prefix messages in stderr](https://github.com/adamralph/simple-exec/issues/140)
99109
- [#143: Add XML documentation file to package 🤦‍♂](https://github.com/adamralph/simple-exec/issues/143)
100110

111+
### Other
112+
113+
- [#146: **[BREAKING]** Remove .NET Standard 1.3 target](https://github.com/adamralph/simple-exec/issues/146)
114+
101115
## 6.0.0
102116

103117
### Enhancements
@@ -163,7 +177,7 @@
163177

164178
### Enhancements
165179

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

168182
## 2.1.0
169183

0 commit comments

Comments
 (0)