Skip to content

Commit

Permalink
[publish] Release 5.3.1 - see CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Mar 20, 2024
1 parent 75d5c8f commit 7c62d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [Tomlet Changelog](#tomlet-changelog)
- [Contents](#contents)
- [5.3.1](#531)
- [5.3.0](#530)
- [5.2.0](#520)
- [5.1.3](#513)
Expand Down Expand Up @@ -42,6 +43,10 @@
- [1.0.1](#101)
- [1.0.0](#100)

## 5.3.1

- Fixes an issue introduced by [#33](https://github.com/SamboyCoding/Tomlet/pull/33) which caused some keys (e.g. in table array names) to be erroneously quoted when they shouldn't have been, resulting in breaking round-trip functionality.

## 5.3.0

- Added `TomletMain.To(Type, string, TomlSerializerOptions)` as a wrapper for parse-then-deserialize to fill an API hole.
Expand Down
2 changes: 1 addition & 1 deletion Tomlet/Tomlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<RepositoryUrl>https://github.com/SamboyCoding/Tomlet.git</RepositoryUrl>
<TargetFrameworks>net6;net7;netstandard2.0;netframework3.5</TargetFrameworks>
<Title>Tomlet</Title>
<Version>5.3.0</Version>
<Version>5.3.1</Version>

<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down

0 comments on commit 7c62d94

Please sign in to comment.