Skip to content

Commit

Permalink
chore : update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRafacz committed Jan 7, 2025
1 parent 3c71384 commit ce8bdb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tidysq
Type: Package
Title: Tidy Processing and Analysis of Biological Sequences
Version: 1.2.2
Date: 2024-10-23
Version: 1.2.3
Date: 2025-01-07
Authors@R: c(person("Dominik", "Rafacz",
email = "dominikrafacz@gmail.com",
comment = c(ORCID = "0000-0003-0925-1909"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tidysq 1.2.3

## Fixed:
* Adjusted inner workings of alphabet subsetting in case of non-numeric parameter (fixes #99).

# tidysq 1.2.2

## Fixed:
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
0 errors | 0 warnings | 0 notes

* This is a resubmission.
* Fixed warnings thrown during C++ code compilation with LTO flags.
* Fixed error in logical subsetting of alphabet that was discovered thanks to recent version of `testthat`

0 comments on commit ce8bdb5

Please sign in to comment.