Skip to content

Commit 148b68e

Browse files
committed
Prepare 1.4.0 release
1 parent f9232cd commit 148b68e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project aims to follow [Semantic Versioning](https://semver.org/spec/v2
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2026-05-16
11+
1012
### Fixed
1113
- Canonicalize explicit zero-counter `VectorClock` entries away during parse/read paths so structural equality matches vector-clock semantics for missing entries.
1214

@@ -83,7 +85,8 @@ and this project aims to follow [Semantic Versioning](https://semver.org/spec/v2
8385
### Build
8486
- Centralized common build properties in `Directory.Build.props`.
8587

86-
[Unreleased]: https://github.com/dexcompiler/Clockworks/compare/v1.3.1...HEAD
88+
[Unreleased]: https://github.com/dexcompiler/Clockworks/compare/v1.4.0...HEAD
89+
[1.4.0]: https://github.com/dexcompiler/Clockworks/compare/v1.3.1...v1.4.0
8790
[1.3.1]: https://github.com/dexcompiler/Clockworks/releases/tag/v1.3.1
8891
[1.3.0]: https://github.com/dexcompiler/Clockworks/releases/tag/v1.3.0
8992
[1.2.0]: https://github.com/dexcompiler/Clockworks/releases/tag/v1.2.0

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This page mirrors the repository root `CHANGELOG.md`.
1010

1111
## [Unreleased]
1212

13+
## [1.4.0] - 2026-05-16
14+
1315
### Fixed
1416
- Canonicalize explicit zero-counter `VectorClock` entries away during parse/read paths so structural equality matches vector-clock semantics for missing entries.
1517

src/Clockworks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId>Clockworks</PackageId>
1414
<AssemblyName>Clockworks</AssemblyName>
1515
<RootNamespace>Clockworks</RootNamespace>
16-
<Version>1.3.2</Version>
16+
<Version>1.4.0</Version>
1717
<Authors>Dexter Ajoku</Authors>
1818
<Company>CloudyBox</Company>
1919
<Description>Clockworks is a .NET library for deterministic, fully controllable time in distributed-system simulations and tests. It provides a simulated TimeProvider with deterministic timer scheduling, TimeProvider-driven timeouts, UUIDv7 generation, and Hybrid Logical Clock (HLC) utilities with lightweight instrumentation.</Description>

0 commit comments

Comments
 (0)