Skip to content

Commit e096da2

Browse files
committed
[publish] Release 6.1.0 - see CHANGELOG.md for details.
1 parent 8050a04 commit e096da2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
- [1.0.1](#101)
4646
- [1.0.0](#100)
4747

48+
## 6.1.0
49+
50+
- Fixes an issue where enums could not be used as keys in dictionaries. Thanks to [@ITR13](https://github.com/ITR13) for the fix in [#53](https://github.com/SamboyCoding/Tomlet/pull/53)
51+
- Adds support for a `TomlFieldAttribute` which functions like `TomlPropertyAttribute`, but is used for fields instead of properties. Thanks to [@ting-liang-rocketwerkz](https://github.com/ting-liang-rocketwerkz) in [#55](https://github.com/SamboyCoding/Tomlet/pull/55)
52+
- Fixes support for the line-ending backslash functionality in multiline basic TOML strings.
53+
- Fixes a regression where `TomlInstantiationException` would no longer (since 5.2.0) tell you which type failed to be instantiated.
54+
4855
## 6.0.0
4956

5057
- Adds .NET trimming compatibility and annotations to hopefully prevent classes that are passed to Tomlet from having their members stripped.

Tomlet/Tomlet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<RepositoryUrl>https://github.com/SamboyCoding/Tomlet.git</RepositoryUrl>
2424
<TargetFrameworks>net6;net7;net8;net9;netstandard2.0;netframework3.5</TargetFrameworks>
2525
<Title>Tomlet</Title>
26-
<Version>6.0.0</Version>
26+
<Version>6.1.0</Version>
2727
<IsTrimmable>true</IsTrimmable>
2828
<NoWarn>SYSLIB0050</NoWarn>
2929

0 commit comments

Comments
 (0)