From 831b73ea5d34de4d57e0bf1408b0483b27372fbb Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sun, 7 Jul 2024 19:08:45 -0500 Subject: [PATCH] chore: Bump versions --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4645aca..057c1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2] - 2024-07-07 + +### Fixed + +- Add a missing import to fix Bioconda build [19e3063](https://github.com/bioinformaticsorphanage/NARFMAP/commit/19e3063) + ## [1.4.1] - 2024-07-05 ### Changed @@ -45,7 +51,8 @@ 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.1...HEAD +[unreleased]: https://github.com/Emiller88/NARFMAP/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/bioinformaticsorphanage/NARFMAP/compare/1.4.1...1.4.2 [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 ee40419..0730f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "narfmap" -version = "1.4.1" +version = "1.4.2" edition = "2018" [dependencies] diff --git a/flake.nix b/flake.nix index f2e79c6..f2790e3 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ packages.dragmap = pkgs.stdenv.mkDerivation { pname = "NARFMAP"; - version = "1.4.1"; + version = "1.4.2"; src = ./.;