Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 8, 2024
1 parent 19e3063 commit 831b73e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "narfmap"
version = "1.4.1"
version = "1.4.2"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

packages.dragmap = pkgs.stdenv.mkDerivation {
pname = "NARFMAP";
version = "1.4.1";
version = "1.4.2";

src = ./.;

Expand Down

0 comments on commit 831b73e

Please sign in to comment.