Skip to content

Commit

Permalink
fledge: Bump version to 1.0.11.9010 (#2265)
Browse files Browse the repository at this point in the history
Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Dec 5, 2024
1 parent c422e8f commit c5f5f93
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
143 changes: 143 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,148 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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
Expand Down

0 comments on commit c5f5f93

Please sign in to comment.