From 28aec4ee39122199d85b36f42c4eda8618f8d677 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236162d..389dd93 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