Skip to content

Commit 928dcc7

Browse files
committed
Version bump
1 parent ed01891 commit 928dcc7

8 files changed

Lines changed: 7 additions & 7 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+
## [4.1.0] - 2026-01-22
11+
1012
### Added
1113

1214
- **Projection System**: A comprehensive read-model projection framework with automatic event-driven updates.

packages/continuum/example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: continuum_example
22
description: Example demonstrating the Continuum event sourcing library.
3-
version: 1.0.0
43
publish_to: none
54

65
environment:

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: 4.0.1
3+
version: 4.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: 4.0.1
3+
version: 4.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: 4.0.1
3+
version: 4.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

packages/continuum_store_hive/example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: continuum_store_hive_example
22
description: Example demonstrating the Continuum Hive event store.
3-
version: 1.0.0
43
publish_to: none
54

65
environment:

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: 4.0.1
3+
version: 4.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: 4.0.1
3+
version: 4.1.0
44
repository: https://github.com/zooper/continuum
55
homepage: https://zooper.dev
66

0 commit comments

Comments
 (0)