Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Jul 8, 2024
1 parent 20de348 commit c5f9d57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gsdd
Title: Calculate Growing Season Degree Days from Water Temperature Data
Version: 0.2.0
Version: 0.3.0
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# gsdd 0.3.0

- Added `date_atus()` to determine date when ATUs reached. (#9).
- Add `latex = FALSE` argument to `gss_plot()` to turn off use of LaTeX to add degree symbol to y-axis label.


# gsdd 0.2.0

- Added `complete = FALSE` argument to `gsdd_vctr()` and `gss_vctr()` to specify whether the vector of water temperatures represents the complete growing period.
Expand Down

0 comments on commit c5f9d57

Please sign in to comment.