Skip to content

Commit e0f2c91

Browse files
committed
fix: bump version to 1.3.0
1 parent 21080a8 commit e0f2c91

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ggcoverage
22
Type: Package
33
Title: Visualize Genome/Protein Coverage with Various Annotations
4-
Version: 1.2.0
4+
Version: 1.3.0
55
Authors@R: c(
66
person(given = "Yabing",
77
family = "Song",

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# ggcoverage 1.3.0
2+
## Major changes
3+
* Refactored `LoadTrack` function.
4+
* Added GH actions workflow to run automatic R CMD CHECK
5+
6+
## Minor changes
7+
* Handle binning for bam files regardless if done via `bamCoverage` or `GenomicAlignments`.
8+
* Various small linting fixes.
9+
* Refactored `ggcoverage.Rmd` and `README.Rmd` in order to remove all lint errors, adhere to R code style
10+
11+
-------------
12+
113
# ggcoverage 1.2.0
214
## Major changes
315
* Support protein coverage and annotation plot (`ggprotein`, `geom_protein`, `geom_feature`).

0 commit comments

Comments
 (0)