Skip to content

Commit

Permalink
Prepare for release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-tomassetti committed Jun 11, 2024
1 parent ee6d378 commit 8a1f710
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
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.9.4
- Downgrade MSTest and remove support for .NETStandard 2.1 to solve potential compatibility issues with some platforms, IDEs
- Remove automatically-added dependency to Microsoft.CSharp
- Fix bugs in StringSource and SimpleOrigin

## 0.9.3
- Fix bugs in Origin and StringSource classes
- Fix documentation format
Expand Down
2 changes: 1 addition & 1 deletion Sharplasu/Strumenta.Sharplasu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageId>Strumenta.Sharplasu</PackageId>
<PackageTags>ast; starlasu; antlr; parsing; language; antlr4; transpilers; interpreters;</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<Company>Strumenta</Company>
<Description>A .NET Standard library to build a custom, possibly mutable, Abstract Syntax Tree (AST)</Description>
<Authors>Strumenta</Authors>
Expand Down

0 comments on commit 8a1f710

Please sign in to comment.