From b3a6f465ce0ba711ba3d8f272f5ccb2b579b4962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:02:30 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- 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 8ece65c..2d3ea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/mobusoperandi/eelco/compare/v1.2.0...v1.3.0) (2024-02-22) + + +### Features + +* no restriction on what expression examples eval into ([e458ca0](https://github.com/mobusoperandi/eelco/commit/e458ca0414feb2fd9d5c69c255cc7c39e21f5d6e)) + ## [1.2.0](https://github.com/mobusoperandi/eelco/compare/v1.1.1...v1.2.0) (2024-02-21) diff --git a/Cargo.lock b/Cargo.lock index bf27bdd..91a2fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "eelco" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b12cfef..bd4eab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eelco" description = "Nix doctests CLI" -version = "1.2.0" +version = "1.3.0" edition = "2021" license = "MIT" repository = "https://github.com/mobusoperandi/eelco"