Skip to content

Commit

Permalink
chore: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 5, 2024
1 parent 6d1c402 commit ddf6971
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.0"
version = "1.4.1"
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.0";
version = "1.4.1";

src = ./.;

Expand Down

0 comments on commit ddf6971

Please sign in to comment.