Skip to content

Commit 5048624

Browse files
committed
Merge branch 'release/v5.1.0' into develop
2 parents a977bff + 59465d5 commit 5048624

10 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.1.0] - 2026-02-20
11+
1012
### Added
1113

1214
- New example `example/lib/store_state_based_transactional.dart` demonstrating `StateBasedStore` with `TransactionalRunner` and a REST API adapter.

packages/continuum/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum
22
description: An event sourcing library for Dart with code generation support.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_event_sourcing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_event_sourcing
22
description: Event sourcing persistence strategy for Continuum — event store, serialization, projections, and aggregate replay.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_generator
22
description: Code generator for the continuum event sourcing library.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_lints
22
description: Custom lint rules for continuum-based projects.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_state/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_state
22
description: State-based persistence strategy for Continuum — aggregate adapters, fetch/persist lifecycle, and concurrency retry.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_hive/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_hive
22
description: Hive-backed EventStore implementation for the continuum event sourcing library.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_memory/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_memory
22
description: In-memory EventStore implementation for the continuum event sourcing library.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_sembast/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_store_sembast
22
description: Sembast-backed EventStore implementation for the continuum event sourcing library.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_uow/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: continuum_uow
22
description: Unit of Work session engine for Continuum — identity map, operation recording, atomic commit, and transactional runner.
3-
version: 5.0.0
3+
version: 5.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

0 commit comments

Comments
 (0)