Skip to content

Commit

Permalink
Mark as pre-release 1.84.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 15, 2023
1 parent 66a18cb commit 11f7f0a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Script
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2023-12-15 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Pre-Release 1.84.0-0

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4

2023-12-13 Dirk Eddelbuettel <[email protected]>

* inst/include/boost/*: Upgraded to Boost 1.84, as usual with two
patch sets from CRAN demands on file path length and diagnostics
* local/patches/bh_1.84.0-0.diagnostics-two.patch: Added

* local/scripts/CreateBoost.sh: Update for 1.84.0, added url

2023-01-17 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 1.81.0-1
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BH
Type: Package
Title: Boost C++ Header Files
Version: 1.81.0-1
Date: 2023-01-17
Version: 1.84.0-0
Date: 2023-12-15
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: Boost provides free peer-reviewed portable C++ source
Expand Down
7 changes: 7 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/bh/issues/#1}{##1}}
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/bh/pull/#1}{##1}}

\section{Changes in version 1.84.0-0 (2023-12-15)}{
\itemize{
\item Pre-release to allow work on five affected packages
\item Upgrade to \boost 1.81.0 (\ghpr{87})
}
}

\section{Changes in version 1.81.0-1 (2023-01-17)}{
\itemize{
\item Upgrade to \boost 1.81.0 (\ghpr{87})
Expand Down

0 comments on commit 11f7f0a

Please sign in to comment.