Skip to content

Commit ee67804

Browse files
committed
Release 0.6.8
1 parent e02b5e2 commit ee67804

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ coverage:
55
status:
66
project:
77
default:
8-
target: 70% # require new commits to have at least 70% coverage
8+
target: 65% # require new commits to have at least 65% coverage
99
threshold: 2% # more than 2% coverage drop, fail.
1010
patch:
1111
default:
1212
enabled: no
1313
ignore:
1414
- "**/Microsoft.CodeAnalysis.CSharp.Symbols" # ignore folders and all its contents
1515
- "**/Microsoft.CodeAnalysis.PooledObjects" # ignore folders and all its contents
16-
- "**/Microsoft.CodeAnalysis" # ignore folders and all its contents
16+
- "**/Microsoft.CodeAnalysis" # ignore folders and all its contents

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release 0.6.8
2+
3+
- .NET 10 upgrade ([#424](https://github.com/waf/CSharpRepl/pull/424)).
4+
- Better experience for built-in commands like help, exit, and clear ([#403](https://github.com/waf/CSharpRepl/pull/403)).
5+
- Autoindentation fixes ([#389](https://github.com/waf/CSharpRepl/pull/389)).
6+
17
## Release 0.6.7
28

39
- Add exception type name in error output panel ([#339](https://github.com/waf/CSharpRepl/pull/339)).

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Thanks to everyone who contributes! The following contributors have helped out w
2424
- Atif Aziz ([atifaziz](https://github.com/atifaziz))
2525
- [lonix1](https://github.com/lonix1)
2626
- Weihan Li ([WeihanLi](https://github.com/WeihanLi))
27+
- Alex ([Rekkonnect](https://github.com/Rekkonnect))
28+
- Sakamoto ([hikarisakamoto](https://github.com/hikarisakamoto))
2729

2830
## PrettyPrompt Contributors
2931

CSharpRepl/CSharpRepl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.6.7</Version>
4+
<Version>0.6.8</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net10.0</TargetFramework>
77
<RollForward>LatestMajor</RollForward>

0 commit comments

Comments
 (0)