Skip to content

Commit e073d53

Browse files
committed
chore(release): 2.0.1
1 parent b0f4776 commit e073d53

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
---
1818

19+
<a name="2.0.1"></a>
20+
## [2.0.1](https://www.github.com/EntglDb/EntglDb.Net/releases/tag/v2.0.1) (2026-03-18)
21+
22+
### Bug Fixes
23+
24+
* P2P sync correctness - CDC serialization, LWW timestamps, deterministic metadata IDs ([53514bd](https://www.github.com/EntglDb/EntglDb.Net/commit/53514bd3cfd5b7ea619296b2adfb49d19c91b672))
25+
1926
<a name="2.0.0"></a>
2027
## [2.0.0](https://www.github.com/EntglDb/EntglDb.Net/releases/tag/v2.0.0) (2026-03-17)
2128

src/EntglDb.AspNet/EntglDb.AspNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<LangVersion>latest</LangVersion>
1616
<ImplicitUsings>enable</ImplicitUsings>
1717
<Nullable>enable</Nullable>
18-
<Version>2.0.0</Version>
18+
<Version>2.0.1</Version>
1919
<Authors>MrDevRobot</Authors>
2020
<Description>ASP.NET Core integration for EntglDb with health checks, hosted services, and multi-cluster support.</Description>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Core/EntglDb.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.1;net10.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>2.0.0</Version>
7+
<Version>2.0.1</Version>
88
<Authors>MrDevRobot</Authors>
99
<Description>Core abstractions and logic for EntglDb, a lightweight P2P mesh database.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Network/EntglDb.Network.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<LangVersion>latest</LangVersion>
2929
<ImplicitUsings>enable</ImplicitUsings>
3030
<Nullable>enable</Nullable>
31-
<Version>2.0.0</Version>
31+
<Version>2.0.1</Version>
3232
<Authors>MrDevRobot</Authors>
3333
<Description>Networking layer (TCP/UDP/Gossip) for EntglDb.</Description>
3434
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence.BLite/EntglDb.Persistence.BLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>2.0.0</Version>
7+
<Version>2.0.1</Version>
88
<Authors>MrDevRobot</Authors>
99
<Description>BLite persistence provider for EntglDb. High-performance embedded document database for .NET 10.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence.EntityFramework/EntglDb.Persistence.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<LangVersion>latest</LangVersion>
1717
<ImplicitUsings>enable</ImplicitUsings>
1818
<Nullable>enable</Nullable>
19-
<Version>2.0.0</Version>
19+
<Version>2.0.1</Version>
2020
<Authors>MrDevRobot</Authors>
2121
<Description>Entity Framework Core persistence provider for EntglDb. Generic implementation supporting any EF Core database provider (SQL Server, PostgreSQL, MySQL, SQLite, etc).</Description>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/EntglDb.Persistence/EntglDb.Persistence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>2.0.0</Version>
8+
<Version>2.0.1</Version>
99
<Authors>MrDevRobot</Authors>
1010
<Description>Persistence provider for EntglDb.</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)