Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed May 3, 2024
1 parent f4958ca commit e697b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion neo4j/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neo4j"
version = "0.0.2"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
readme = "../README.md"
Expand Down

0 comments on commit e697b94

Please sign in to comment.