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
SamboyCoding authored Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9fd4001 commit a572b42
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
@@ -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)
@@ -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)
2 changes: 1 addition & 1 deletion Tomlet/Tomlet.csproj
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit a572b42

Please sign in to comment.