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 d45a66b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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
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 d45a66b

Please sign in to comment.