Skip to content

Commit 519ad24

Browse files
committed
chore: prepare for 4.0.0 release.
1 parent 94569bc commit 519ad24

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

44
## [Unreleased]
55

6+
## [4.0.0] - 2025-02-07
67
### Changed
78
- Updated CI workflows to pull eventstore docker images from cloud smith registry. [EventStoreDB-Client-Rust#173](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/173)
89
- Updated everywhere to pull es-gencert-cli from Cloudsmith [EventStoreDB-Client-Rust#179](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/179)
@@ -13,7 +14,8 @@ All notable changes to this project will be documented in this file.
1314
- Address latest compiler linting suggestions. [EventStoreDB-Client-Rust#181](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/181)
1415

1516
### Added
16-
- support providing x.509 certificate for user authentication. [EventStoreDB-Client-Rust#189](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/189)
17+
- Support providing x.509 certificate for user authentication. [EventStoreDB-Client-Rust#189](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/189)
18+
- Support custom root certificate. [EventStoreDB-Client-Rust#191](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/191)
1719

1820
## [3.0.0] - 2024-02-29
1921
### Changed

eventstore-extras/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventstore-extras"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
license = "MIT"
@@ -14,6 +14,6 @@ categories = ["database", "api-bindings"]
1414

1515
[dependencies]
1616
# will move to version number once we got something stable.
17-
eventstore = { path = "../eventstore", version = "3.0.0" }
17+
eventstore = { path = "../eventstore", version = ">=3" }
1818
chrono = { version = "0.4", default-features = false }
1919
log = "0.4"

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 = "3.0.0"
5+
version = "4.0.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)