diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c0e8319 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/fg-labs/redskull/compare/v0.1.0...v0.1.1) - 2026-04-09 + +### Fixed + +- *(recipe)* polish generated bioconda recipe output ([#2](https://github.com/fg-labs/redskull/pull/2)) + +### Other + +- chore(ci)(deps): bump actions/checkout from 4.2.2 to 6.0.2 ([#3](https://github.com/fg-labs/redskull/pull/3)) +- *(ci)* include major updates in dependabot groups ([#10](https://github.com/fg-labs/redskull/pull/10)) +- add dependabot config for cargo and github-actions ([#1](https://github.com/fg-labs/redskull/pull/1)) diff --git a/Cargo.lock b/Cargo.lock index 9621acb..134d2e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,7 +1221,7 @@ dependencies = [ [[package]] name = "redskull" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "built", diff --git a/Cargo.toml b/Cargo.toml index e713569..ea9bbf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Nils Homer " ] name = "redskull" -version = "0.1.0" +version = "0.1.1" edition = "2024" license = "MIT" readme = "README.md"