Skip to content

Commit 7ccb426

Browse files
committed
Released 33.2.0
1 parent 37db0ba commit 7ccb426

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

BTDB.SourceGenerator/BTDB.SourceGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
1111
<RootNamespace>BTDB.SourceGenerator</RootNamespace>
1212
<PackageId>BTDB.SourceGenerator</PackageId>
13-
<Version>33.1.3</Version>
13+
<Version>33.2.0</Version>
1414
<Authors>Boris Letocha</Authors>
1515
<PackageProjectUrl>https://github.com/Bobris/BTDB</PackageProjectUrl>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>

BTDB/BTDB.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>annotations</Nullable>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<PackageId>BTDB</PackageId>
10-
<Version>33.1.3</Version>
10+
<Version>33.2.0</Version>
1111
<Authors>Boris Letocha, Lubos Karasek</Authors>
1212
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
## 33.2.0
6+
57
### Improved
68

79
Compactor was rewritten to be async. Also it gives more time to writing transactions to run during its running. Frequency of big compactions is reduced because condition now takes in account also maximum waste per file and the condition for total waste was 4 times increased.

ODbDump/ODbDump.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
66
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
77
<LangVersion>latest</LangVersion>
8-
<Version>33.1.3</Version>
8+
<Version>33.2.0</Version>
99
<Authors>Boris Letocha, Lubos Karasek</Authors>
1010
<Nullable>enable</Nullable>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)