Skip to content

Commit

Permalink
[publish] Release 5.4.0 - see CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding authored Jul 29, 2024
1 parent 9fd4001 commit a572b42
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.4.0](#540)
- [5.3.1](#531)
- [5.3.0](#530)
- [5.2.0](#520)
Expand Down Expand Up @@ -43,6 +44,10 @@
- [1.0.1](#101)
- [1.0.0](#100)

## 5.4.0

- Adds an option to ignore non-public members when de/serializing. Thanks to [@Sprixitite](https://github.com/Sprixitite) in [#43](https://github.com/SamboyCoding/Tomlet/pull/43)

## 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. Reported as [#40](https://github.com/SamboyCoding/Tomlet/issues/40)
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.1</Version>
<Version>5.4.0</Version>

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

0 comments on commit a572b42

Please sign in to comment.