diff --git a/DESCRIPTION b/DESCRIPTION index f9f54d5b4..059537380 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: dm Title: Relational Data Models -Version: 1.0.11.9009 -Date: 2024-12-04 +Version: 1.0.11.9010 +Date: 2024-12-05 Authors@R: c(person(given = "Tobias", family = "Schieferdecker", diff --git a/NEWS.md b/NEWS.md index e8d0ab9f8..31a0ed58c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,148 @@ +# dm 1.0.11.9010 + +## Features + +- Add support for Redshift connections (@owenjonesuob, #2215). + +## Chore + +- Ignore. + +- Fix creation of documentation in the RStudio IDE \[ci skip\]. + +- Bump RMariaDB version (#2244). + +- Drop crayon and mockr dependencies (@olivroy, #2220). + +- Auto-update from GitHub Actions (#2231). + +- Auto-update from GitHub Actions. + + Run: https://github.com/cynkra/dm/actions/runs/10395389155 + +- Use dev RMariaDB. + +- Auto-update from GitHub Actions. + + Run: https://github.com/cynkra/dm/actions/runs/10223713876 + +- Roxygenize. + +- Auto-update from GitHub Actions. + + Run: https://github.com/cynkra/dm/actions/runs/10200118253 + +- Auto-update from GitHub Actions. + + Run: https://github.com/cynkra/dm/actions/runs/9727972354 + +- Auto-update from GitHub Actions. + + Run: https://github.com/cynkra/dm/actions/runs/9692097886 + +- Use CRAN dbplyr. + +### deps + +- Update peter-evans/create-pull-request action to v6. + +### deps + +- Update nick-fields/retry action to v3. + +### deps + +- Update actions/cache action to v4 (#2186). + +- Use dev odbc and dbplyr to fix CI/CD (#2189). + +- Tweak Compose file. + +- Format NEWS. + +## Continuous integration + +- Ignore errors when removing pkg-config on macOS (#2257). + +- Explicit permissions (#2254). + +- Use styler from main branch (#2252). + +- Need to install R on Ubuntu 24.04 (#2250). + +- Use Ubuntu 24.04 and styler PR (#2248). + +- Configure token. + +- Count rulesets to understand if branch protection is enabled. + +- Remove Aviator. + +- Use stable pak (#2239). + +- Trigger run (#2238). + +- Use pkgdown branch (#2237). + +- Install via R CMD INSTALL ., not pak (#2230). + +- Install local package for pkgdown builds. + +- Improve support for protected branches with fledge. + +- Improve support for protected branches, without fledge. + +- Sync with latest developments. + +- Use v2 instead of master. + +- Inline action. + +- Use dev roxygen2 and decor. + +- Fix on Windows, tweak lock workflow. + +- Avoid checking bashisms on Windows. + +- Better commit message. + +- Harmonize workflows. + +- Use value after `source()`. + +- Bump versions, better default. + +- Recent updates. + +- Prepare for dynamic build matrix. + +## Documentation + +- Use `index.md`. + +- Tweak formatting (@salim-b, #2232). + +- Fix typo (@salim-b, #2218). + +- Set BS version explicitly for now. + + https://github.com/cynkra/cynkratemplate/issues/53 + +## Testing + +- Fix compatibility with waldo \>= 0.6.0 (#2240). + +## Uncategorized + +- Merge branch 'docs'. + +- Merge branch 'docs'. + +- Merge branch 'cran-1.0.10'. + + # dm 1.0.11.9009 ## Features