From d45a66b6fa64359ef00c196f4306c104bb1aa54d Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 5 Jul 2024 08:49:58 -0500 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236162d..389dd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1] - 2024-07-05 + +### Changed + +- Refactor flake to use flake-parts +- Add treefmt + +### Fixed + +- Allow to statically compile dragmap by @gambalab in https://github.com/bioinformaticsorphanage/NARFMAP/pull/12 + ## [1.4.0] - 2023-12-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8e194d7..ee40419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "narfmap" -version = "1.4.0" +version = "1.4.1" edition = "2018" [dependencies] diff --git a/flake.nix b/flake.nix index 40014c7..f2e79c6 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ packages.dragmap = pkgs.stdenv.mkDerivation { pname = "NARFMAP"; - version = "1.4.0"; + version = "1.4.1"; src = ./.;