Skip to content

Commit

Permalink
Release 3.8.1 (#2674)
Browse files Browse the repository at this point in the history
* Release 3.8.1 changes

* Update RELEASE_NOTES.md

Co-authored-by: Fabio Madge <fabio@madge.me>

Co-authored-by: Fabio Madge <fabio@madge.me>
  • Loading branch information
keyboardDrummer and fabiomadge authored Sep 1, 2022
1 parent 0d7e282 commit 65ae35b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Upcoming


# 3.8.1

- feat: Support for the `{:opaque}` attibute on `const` (https://github.com/dafny-lang/dafny/pull/2545)
- feat: Support for plugin-based code actions on the IDE (https://github.com/dafny-lang/dafny/pull/2021)
- fix: Fixed a crash when parsing `newtype` in the parser (https://github.com/dafny-lang/dafny/pull/2649)
Expand Down
2 changes: 1 addition & 1 deletion Source/Dafny/DafnyPipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<VersionPrefix>3.8.0.40823</VersionPrefix>
<VersionPrefix>3.8.1.40901</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/DafnyDriver/DafnyDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputPath>..\..\Binaries\</OutputPath>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>

<VersionPrefix>3.8.0.40823</VersionPrefix>
<VersionPrefix>3.8.1.40901</VersionPrefix>

<PackAsTool>true</PackAsTool>
<ToolCommandName>dafny</ToolCommandName>
Expand Down
2 changes: 1 addition & 1 deletion Source/DafnyLanguageServer/DafnyLanguageServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Microsoft.Dafny.LanguageServer</RootNamespace>
<OutputPath>..\..\Binaries\</OutputPath>
<IsPackable>true</IsPackable>
<VersionPrefix>3.8.0.40823</VersionPrefix>
<VersionPrefix>3.8.1.40901</VersionPrefix>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Source/version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
// * Source/DafnyDriver/DafnyDriver.csproj
// * Source/Dafny/DafnyPipeline.csproj
// * Source/DafnyLanguageServer/DafnyLanguageServer.csproj
[assembly: AssemblyVersion("3.8.0.40823")]
[assembly: AssemblyFileVersion("3.8.0.40823")]
[assembly: AssemblyVersion("3.8.1.40901")]
[assembly: AssemblyFileVersion("3.8.1.40901")]

0 comments on commit 65ae35b

Please sign in to comment.