Skip to content

Commit

Permalink
Rebuild NEWS and bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Sep 20, 2024
1 parent 15c8952 commit 12699c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"resource_type": "software"
}
],
"version": "0.9.25",
"version": "0.9.25.9000-6",
"upload_type": "software",
"keywords": ["Luminescence", "Luminescence dating", "Chronology", "Age models"],
"publication_date": "2024-09-12",
"publication_date": "2024-09-20",
"creators": [
{
"orcid": "0000-0002-0734-2199",
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: Luminescence
Type: Package
Title: Comprehensive Luminescence Dating Data Analysis
Version: 0.9.25.9000-3
Date: 2024-09-15
Version: 0.9.25.9000-6
Date: 2024-09-20
Authors@R: c(
person("Sebastian", "Kreutzer", role = c("aut", "trl", "cre", "dtc"), email = "maintainer_luminescence@r-luminescence.org", comment = c(ORCID = "0000-0002-0734-2199")),
person("Christoph", "Burow", role = c("aut", "trl", "dtc"), comment = c(ORCID = "0000-0002-5023-4046")),
Expand Down
14 changes: 10 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@

<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->

# Changes in version 0.9.25.9000-8 (2024-09-18)
# Changes in version 0.9.25.9000-6 (2024-09-20)

## New functions

## Removed functions

- Function `calc_Kars2008()` (deprecated since version 0.8.1) is now
officially defunct, `calc_Huntley2006()` should be used instead (#252,
fixed in \#257).

## Bugfixes

### `analyse_pIRIRSequence()`
Expand Down Expand Up @@ -72,6 +78,6 @@

- Two new internal functions `.throw_warning()` and `.throw_error()`
sometimes flushed the terminal with messages if call (internally) in
particular circumstances. Now the functions make only two attempts to
get the name of their called and then return an `unknown()` as
function name.
particular circumstances. Now we maintain a stack of function names,
so that at any time we can report correctly the name of the function
where an error or a warning is thrown (#254, fixed in \#256).

0 comments on commit 12699c3

Please sign in to comment.