From 063fe399139cac4fe917bdcdb34c7e7166a05c1f Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Mon, 14 Aug 2023 12:06:42 -0300 Subject: [PATCH] chore(main): release 1.1.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c2ec8..bca1e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/semiotic-ai/elric-rs/compare/v1.1.2...v1.1.3) (2023-08-14) + + +### Bug Fixes + +* **ssl:** remove all dependencies ([8ba7d3f](https://github.com/semiotic-ai/elric-rs/commit/8ba7d3fe61ef47903a30dc756e3942785291a710)) + ## [1.1.2](https://github.com/semiotic-ai/elric-rs/compare/v1.1.1...v1.1.2) (2023-08-14) diff --git a/Cargo.lock b/Cargo.lock index 3b8124e..5de5a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.1.2" +version = "1.1.3" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index eed353d..4722325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.1.2" +version = "1.1.3" edition = "2021" description = "A client for using substreams with Clickhouse database."