Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Oct 24, 2022
1 parent a24e9c2 commit a212c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<!-- There is always Unreleased section on the top. Subsections (Add, Changed, Fix, Removed) should be Add as needed. -->
## Unreleased

## 4.2.0 - 2022-10-24
- Allow to use custom progress bar instance
- Add `IProgress` interface for a progress bar
- Add `ConsoleStyle` method
Expand Down
2 changes: 1 addition & 1 deletion console-style.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<PackageId>ConsoleStyle</PackageId>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<RepositoryUrl>https://github.com/MortalFlesh/console-style</RepositoryUrl>
</PropertyGroup>

Expand Down

0 comments on commit a212c63

Please sign in to comment.