Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Oct 1, 2021
1 parent c35b99b commit 8b5209a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PgpWordList/PgpWordList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Messerli.PgpWordList</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<TargetFrameworks>netstandard2.1;netstandard2.0;netcoreapp3.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@

## 0.1.1
- Add support for .NET Standard 2.0.

## 0.1.2
* Fix `PgpWordAggregationParser.Parse` not throwing an exception for invalid words.
* Fix `PgpWordAggregationParser` not working correctly with multi-character separators.
* Add `PgpWordAggregationParser.ParseOrNone` for graceful error handling.

0 comments on commit 8b5209a

Please sign in to comment.