Skip to content

Commit

Permalink
Bump version / update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 25, 2024
1 parent 2164772 commit 74e07cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Broccolini/Broccolini.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>
<PropertyGroup Label="NuGet Packing">
<Version>1.0.1</Version>
<Version>2.0.0-rc.1</Version>
<Description>Broccolini is a non-destructive parser for INI files compatible with GetPrivateProfileString.</Description>
<Authors>Tau Gärtli</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 2.0.0 (rc)
* ✨ Empty lines are now attributed as leading / trailing trivia
instead of generating `UnrecognizedIniNode`s. See <https://github.com/bash/broccolini/issues/13>.
* ⚡ Breaking: A lot of restructuring has gone into the AST
these changes only affect advanced users that don't use the high-level APIs.
* 🐛 New lines preceded by whitespace are now correctly categorized as new lines instead
of whitespace. See <https://github.com/bash/broccolini/issues/15>.

## 1.0.1
* Update package metadata

Expand Down

0 comments on commit 74e07cd

Please sign in to comment.