Skip to content

Commit

Permalink
Merge branch 'master' into fix_tinytex
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Sep 10, 2024
2 parents 6bebec6 + 6a7211e commit 4a3f866
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-22.04, r: 'devel'}
- {os: ubuntu-22.04, r: 'oldrel'}
- {os: ubuntu-22.04, r: '3.6'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# rapbase 1.24.3

* Included Arnfinn as author and maintainer of `rapbase`.
## Main change

* Support special characters in database password by @kevinthon in https://github.com/Rapporteket/rapbase/pull/154

## Other changes

* Configure Renovate by @renovate in https://github.com/Rapporteket/rapbase/pull/145
* Deactivate renderRmd test on github by @arnfinn in https://github.com/Rapporteket/rapbase/pull/155
* Github actions cleanup by @arnfinn in https://github.com/Rapporteket/rapbase/pull/161
* docker-compose: use dev:weekly by @arnfinn in https://github.com/Rapporteket/rapbase/pull/152
* dev-container: disable authorization by @arnfinn in https://github.com/Rapporteket/rapbase/pull/146
* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/Rapporteket/rapbase/pull/144
* Update JamesIves/github-pages-deploy-action action to v4.6.1 by @renovate in https://github.com/Rapporteket/rapbase/pull/163
* Deactivate testing on R 3.6. No longer working with Tidyverse packages.

# rapbase 1.24.2

Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessageExtra": "from v{{currentVersion}} to {{prettyNewVersion}}",
"extends": [
"config:recommended"
]
Expand Down

0 comments on commit 4a3f866

Please sign in to comment.