From e697b947b44d4233d2477ad201da71e229975e1c Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 3 May 2024 13:05:17 +0200 Subject: [PATCH] v0.1.0 --- CHANGELOG.md | 8 ++++++-- neo4j/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316eab9..166304c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## NEXT *** + + +## 0.1.0 +*** **⭐ New Features** - Add support for Bolt 5.2, which adds notification filtering. - Add support for Bolt 5.3 (bolt agent). @@ -12,10 +16,10 @@ - Introduce `neo4j::driver::Conifg::with_keep_alive()` and `without_keep_alive()`. **👏 Improvements** - - ⚠️ ️️Bump `chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API. + - ⚠️ ️️Bump `chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API). - ⚠️ ️️Bump `rustls` from `0.22` to `0.23`: - types of this crate are exposed through the driver's API - - other breaking changes (e.g., new build requirements). + - other breaking changes (e.g., new build requirements). See [rustls' changelog](https://github.com/rustls/rustls/releases/tag/v%2F0.23.0) for more details. **🔧 Fixes** diff --git a/neo4j/Cargo.toml b/neo4j/Cargo.toml index e875abd..708340b 100644 --- a/neo4j/Cargo.toml +++ b/neo4j/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neo4j" -version = "0.0.2" +version = "0.1.0" edition = "2021" rust-version = "1.70" readme = "../README.md"