From 5bd36b5380b5bb3809705aaf46c7f742b98dd529 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sun, 19 Jul 2026 21:17:12 +0200 Subject: [PATCH] feat: release 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab13014..880fad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "karnaugh" -version = "0.1.5" +version = "0.2.0" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7aa5aeb..532b2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karnaugh" -version = "0.1.5" +version = "0.2.0" edition = "2024" [dependencies] diff --git a/flake.nix b/flake.nix index 5603151..3aba1fc 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ }; packages.karnaugh = pkgs.rustPlatform.buildRustPackage (final: { pname = "karnaugh"; - version = "0.1.5"; + version = "0.2.0"; src = pkgs.lib.fileset.toSource { root = ./.; fileset = pkgs.lib.fileset.unions [