From 580e0fb37987405133de72dbba9de5df9be32a2c Mon Sep 17 00:00:00 2001 From: "semiotic-labs-pr-automation[bot]" <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:15:51 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f57514..e92fbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/semiotic-ai/elric-rs/compare/v1.3.1...v1.4.0) (2023-09-18) + + +### Features + +* add better logging ([9b29ea1](https://github.com/semiotic-ai/elric-rs/commit/9b29ea1052bc33459744b04a6ef8cd164f680c1f)) +* use tracing as logging ([cec9b03](https://github.com/semiotic-ai/elric-rs/commit/cec9b03d7d71707cb856425d7573c9f95da2f108)) + ## [1.3.1](https://github.com/semiotic-ai/elric-rs/compare/v1.3.0...v1.3.1) (2023-09-04) diff --git a/Cargo.lock b/Cargo.lock index e8893e7..c770f8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.3.1" +version = "1.4.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 247de72..fbbb2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.3.1" +version = "1.4.0" edition = "2021" description = "A client for using substreams with Clickhouse database."