From 686986ed3bf506970169fe578964a60f0f13a519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:56:11 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- 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 05b967e..bf95fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/mobusoperandi/eelco/compare/v1.1.0...v1.1.1) (2024-02-21) + + +### Bug Fixes + +* eprint example id when failing to parse it ([202e8ef](https://github.com/mobusoperandi/eelco/commit/202e8ef8ddd42556dfba326567579ba6d8067391)), closes [#88](https://github.com/mobusoperandi/eelco/issues/88) + ## [1.1.0](https://github.com/mobusoperandi/eelco/compare/v1.0.1...v1.1.0) (2024-02-20) diff --git a/Cargo.lock b/Cargo.lock index f4b2c31..924a478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "eelco" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 20b807e..098b8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eelco" description = "Nix doctests CLI" -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "MIT" repository = "https://github.com/mobusoperandi/eelco"