From 52dcc8805102292ad7b33464fc021e3836a14e83 Mon Sep 17 00:00:00 2001 From: Brandon Lucas Date: Thu, 19 Feb 2026 03:47:28 -0500 Subject: [PATCH] chore: bump version to 0.1.5 --- Cargo.toml | 2 +- flake.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bc4e8b..9cc84b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lux" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "A functional programming language with first-class effects, schema evolution, and behavioral types" license = "MIT" diff --git a/flake.nix b/flake.nix index d8d1f9c..12e3dff 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ printf "\n" printf " \033[1;35m╦ ╦ ╦╦ ╦\033[0m\n" printf " \033[1;35m║ ║ ║╔╣\033[0m\n" - printf " \033[1;35m╩═╝╚═╝╩ ╩\033[0m v0.1.4\n" + printf " \033[1;35m╩═╝╚═╝╩ ╩\033[0m v0.1.5\n" printf "\n" printf " Functional language with first-class effects\n" printf "\n" @@ -62,7 +62,7 @@ packages.default = pkgs.rustPlatform.buildRustPackage { pname = "lux"; - version = "0.1.4"; + version = "0.1.5"; src = ./.; cargoLock.lockFile = ./Cargo.lock; @@ -79,7 +79,7 @@ }; in muslPkgs.rustPlatform.buildRustPackage { pname = "lux"; - version = "0.1.4"; + version = "0.1.5"; src = ./.; cargoLock.lockFile = ./Cargo.lock;