Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project are 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).

## [0.1.1](https://github.com/gynecoloji/snakemake_ChIPseq/compare/v0.1.0...v0.1.1) (2026-07-29)


### Fixed

* trigger release-please after 1.0.0 bootstrap ([fc70709](https://github.com/gynecoloji/snakemake_ChIPseq/commit/fc70709504dd270134b58ae03f13bf0368511f7a))

## [0.1.0] - 2026-07-14

Initial ChIP-seq workflow, adapted from the `snakemake_ATACseq_spikein` template.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ keywords:
- bioinformatics workflow
# `version` + `date-released` are bumped automatically by release-please on each
# release (via the annotations below) — do not edit them by hand.
version: "0.1.0" # x-release-please-version
date-released: "2026-07-14" # x-release-please-date
version: "0.1.1" # x-release-please-version
date-released: "2026-07-29" # x-release-please-date
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
Loading