Skip to content

Commit 65ae35b

Browse files
Release 3.8.1 (#2674)
* Release 3.8.1 changes * Update RELEASE_NOTES.md Co-authored-by: Fabio Madge <[email protected]> Co-authored-by: Fabio Madge <[email protected]>
1 parent 0d7e282 commit 65ae35b

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
21
# Upcoming
32

3+
4+
# 3.8.1
5+
46
- feat: Support for the `{:opaque}` attibute on `const` (https://github.com/dafny-lang/dafny/pull/2545)
57
- feat: Support for plugin-based code actions on the IDE (https://github.com/dafny-lang/dafny/pull/2021)
68
- fix: Fixed a crash when parsing `newtype` in the parser (https://github.com/dafny-lang/dafny/pull/2649)

Source/Dafny/DafnyPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1818
<OutputPath>..\..\Binaries\</OutputPath>
1919
<DefineConstants>TRACE</DefineConstants>
20-
<VersionPrefix>3.8.0.40823</VersionPrefix>
20+
<VersionPrefix>3.8.1.40901</VersionPrefix>
2121
<TargetFramework>net6.0</TargetFramework>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
</PropertyGroup>

Source/DafnyDriver/DafnyDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputPath>..\..\Binaries\</OutputPath>
1010
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1111

12-
<VersionPrefix>3.8.0.40823</VersionPrefix>
12+
<VersionPrefix>3.8.1.40901</VersionPrefix>
1313

1414
<PackAsTool>true</PackAsTool>
1515
<ToolCommandName>dafny</ToolCommandName>

Source/DafnyLanguageServer/DafnyLanguageServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>Microsoft.Dafny.LanguageServer</RootNamespace>
99
<OutputPath>..\..\Binaries\</OutputPath>
1010
<IsPackable>true</IsPackable>
11-
<VersionPrefix>3.8.0.40823</VersionPrefix>
11+
<VersionPrefix>3.8.1.40901</VersionPrefix>
1212
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1313
</PropertyGroup>
1414

Source/version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
// * Source/DafnyDriver/DafnyDriver.csproj
55
// * Source/Dafny/DafnyPipeline.csproj
66
// * Source/DafnyLanguageServer/DafnyLanguageServer.csproj
7-
[assembly: AssemblyVersion("3.8.0.40823")]
8-
[assembly: AssemblyFileVersion("3.8.0.40823")]
7+
[assembly: AssemblyVersion("3.8.1.40901")]
8+
[assembly: AssemblyFileVersion("3.8.1.40901")]

0 commit comments

Comments
 (0)