Skip to content

Commit

Permalink
fix: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Apr 18, 2024
1 parent 21080a8 commit e0f2c91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggcoverage
Type: Package
Title: Visualize Genome/Protein Coverage with Various Annotations
Version: 1.2.0
Version: 1.3.0
Authors@R: c(
person(given = "Yabing",
family = "Song",
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ggcoverage 1.3.0
## Major changes
* Refactored `LoadTrack` function.
* Added GH actions workflow to run automatic R CMD CHECK

## Minor changes
* Handle binning for bam files regardless if done via `bamCoverage` or `GenomicAlignments`.
* Various small linting fixes.
* Refactored `ggcoverage.Rmd` and `README.Rmd` in order to remove all lint errors, adhere to R code style

-------------

# ggcoverage 1.2.0
## Major changes
* Support protein coverage and annotation plot (`ggprotein`, `geom_protein`, `geom_feature`).
Expand Down

0 comments on commit e0f2c91

Please sign in to comment.