Skip to content

Commit 5cb13b7

Browse files
committed
Release version 2.2.0.
1 parent a703ee5 commit 5cb13b7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
7+
## [2.2.0] - 2023-02-13
68
### Added
79
- Add created date field in RecordedEvent struct. [EventStoreDB-Client-Rust#143](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/143)
810
- Implement statistics parsing. [EventStoreDB-Client-Rust#146](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/146)

eventstore-extras/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "eventstore-extras"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

eventstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Yorick Laupa <[email protected]>"]
33
edition = "2021"
44
name = "eventstore"
5-
version = "2.1.1"
5+
version = "2.2.0"
66

77
# Uncomment if you want to update messages.rs code-gen.
88
# We disabled codegen.rs because it requires having `protoc` installed on your machine

0 commit comments

Comments
 (0)