Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 25, 2024
1 parent 7c96d29 commit 5726fb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
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>2.0.0-rc.1</Version>
<Version>2.0.0</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
13 changes: 8 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog
## 2.0.0 (rc)
## 2.0.0
* ✨ Empty lines are now attributed as leading / trailing trivia
instead of generating `UnrecognizedIniNode`s. See <https://github.com/bash/broccolini/issues/13>.
instead of generating `UnrecognizedIniNode`s. See [#13](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>.
These changes only affect advanced users that manipulate the AST directly and not via the `Editing` API.
* 🐛 Newlines preceded by whitespace are now correctly categorized as newlines instead
of whitespace. See [#15](https://github.com/bash/broccolini/issues/15).

## 2.0.0-rc.1
*No changes between 2.0.0-rc.1 and 2.0.0*.

## 1.0.1
* Update package metadata
Expand Down

0 comments on commit 5726fb4

Please sign in to comment.