Skip to content

Commit

Permalink
Release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
waf committed Jul 30, 2023
1 parent d7427e1 commit af2ac23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## Release 0.6.5

- Upgrade PrettyPrompt library to get the following fixes:
- Handle invalid history entries / history log corruption ([#267](https://github.com/waf/PrettyPrompt/pull/267)).

## Release 0.6.4

- Make help command show dynamic keybindings ([#289](https://github.com/waf/CSharpRepl/pull/289))
- Fix annoying completion commit triggers for dynamic variables and C# Range syntax ([#290](https://github.com/waf/CSharpRepl/pull/290))
- Minor NuGet upgrades and code cleanup ([#285](https://github.com/waf/CSharpRepl/pull/285) and [#291](https://github.com/waf/CSharpRepl/pull/291))
- Upgrade PrettyPrompt library to get the following fixes:
- Handle invalid history entries / history log corruption ([#267](https://github.com/waf/PrettyPrompt/pull/267)).
- Better error messages on Linux when xsel is not installed ([#264](https://github.com/waf/PrettyPrompt/pull/264)).
- Fix crash when Shift-Delete is pressed under certain conditions ([#263](https://github.com/waf/PrettyPrompt/pull/263)).
- Add workaround for garbled utf-8 characters on Linux ([#261](https://github.com/waf/PrettyPrompt/pull/261)).
Expand Down
2 changes: 1 addition & 1 deletion CSharpRepl/CSharpRepl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.6.4</Version>
<Version>0.6.5</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
Expand Down

0 comments on commit af2ac23

Please sign in to comment.