File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 22name = " eventstore-extras"
33version = " 0.1.0"
44edition = " 2021"
5+ publish = false
56
67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78
Original file line number Diff line number Diff line change 22authors = [
" Yorick Laupa <[email protected] >" ]
33edition = " 2021"
44name = " 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
You can’t perform that action at this time.
0 commit comments