From cce954bd4d5ee241437acef90e25b577c155b1c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Aug 2024 14:20:25 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] ## [2.2.0](https://github.com/mobusoperandi/eelco/compare/v2.1.0...v2.2.0) (2024-08-10) ### Features * ignore pre-prompt repl warnings ([367389a](https://github.com/mobusoperandi/eelco/commit/367389af822d9d003a5f7155e657724f12b97020)) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d5bb1..cd5cc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.0](https://github.com/mobusoperandi/eelco/compare/v2.1.0...v2.2.0) (2024-08-10) + +### Features + +* ignore pre-prompt repl warnings ([367389a](https://github.com/mobusoperandi/eelco/commit/367389af822d9d003a5f7155e657724f12b97020)) + ## [2.1.0](https://github.com/mobusoperandi/eelco/compare/v2.0.0...v2.1.0) (2024-07-27) ### Features diff --git a/Cargo.lock b/Cargo.lock index 4c2599c..9617693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "eelco" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index de0f079..e931ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eelco" description = "Nix doctests CLI" -version = "2.1.0" +version = "2.2.0" edition = "2021" license = "MIT" repository = "https://github.com/mobusoperandi/eelco"