From ddf69713d75b190a59d9d3c136da74953eb5717a 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 | 14 +++++++++++++- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236162d..4645aca 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 @@ -34,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - mapq0 fix -[unreleased]: https://github.com/Emiller88/NARFMAP/compare/v1.4.0...HEAD +[unreleased]: https://github.com/Emiller88/NARFMAP/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/bioinformaticsorphanage/NARFMAP/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/Emiller88/NARFMAP/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/Emiller88/NARFMAP/compare/v1.3.0...v1.3.1 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 = ./.;