Skip to content

Commit

Permalink
Merge pull request #208 from CCBR/release/v0.4.0
Browse files Browse the repository at this point in the history
chore: 🤖 prepare release v0.4.0
  • Loading branch information
kelly-sovacool authored Sep 11, 2024
2 parents 56ab2c3 + c283402 commit 6e06c86
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## CHAMPAGNE development version

## CHAMPAGNE 0.4.0

### New features

- Create a script (`bin/champagne`) to provide an interface to the champagne CLI that works out-of-the-box without the need to install the python package with `pip`. (#180, @kelly-sovacool)
Expand Down
34 changes: 18 additions & 16 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
cff-version: 1.2.0
message: Please cite CHAMPAGNE as below.
authors:
- family-names: Sovacool
given-names: Kelly
orcid: https://orcid.org/0000-0003-3283-829X
affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
- family-names: Koparde
given-names: Vishal
orcid: https://orcid.org/0000-0001-8978-8495
affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
title: 'CHAMPAGNE: CHromAtin iMmuno PrecipitAtion sequencinG aNalysis pipEline'
- family-names: Sovacool
given-names: Kelly
orcid: https://orcid.org/0000-0003-3283-829X
affiliation:
Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
- family-names: Koparde
given-names: Vishal
orcid: https://orcid.org/0000-0001-8978-8495
affiliation:
Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
title: "CHAMPAGNE: CHromAtin iMmuno PrecipitAtion sequencinG aNalysis pipEline"
url: https://ccbr.github.io/CHAMPAGNE/
repository-code: https://github.com/CCBR/CHAMPAGNE
license: MIT
type: software
identifiers:
- description: Archived snapshots of all versions
type: doi
value: 10.5281/zenodo.10516079
version: v0.3.0
date-released: '2024-01-18'
- description: Archived snapshots of all versions
type: doi
value: 10.5281/zenodo.10516079
version: v0.4.0
date-released: "2024-09-11"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-dev
0.4.0-dev

0 comments on commit 6e06c86

Please sign in to comment.