Skip to content

Commit

Permalink
Bump version to 1.3.2.9900
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 18, 2024
1 parent daded6d commit 6e64c38
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 123 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RMariaDB
Title: Database Interface and MariaDB Driver
Version: 1.3.2.9012
Version: 1.3.2.9900
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
147 changes: 25 additions & 122 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,152 +1,55 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.3.2.9012 (2024-11-18)

## Continuous integration

- Remove Aviator.

- Use stable pak (#349).

- Import from actions-sync, check carefully (#348).

- Use pkgdown branch (#347).

- ci: Use pkgdown branch

- ci: Updates from duckdb

- ci: Trigger run

- ci: Trigger run

- ci: Latest changes

- chore: Auto-update from GitHub Actions

Run: https://github.com/r-dbi/RMariaDB/actions/runs/11753599313


# RMariaDB 1.3.2.9011 (2024-09-15)

## Continuous integration

- Install via R CMD INSTALL ., not pak (#346).

- ci: Install via R CMD INSTALL ., not pak

- ci: Bump version of upload-artifact action
# RMariaDB 1.3.2.9900 (2024-11-18)

## Bug fixes

# RMariaDB 1.3.2.9010 (2024-09-04)
- `dbQuoteIdentifier()` removes the `def` catalog component again, regression introduced in RMariaDB 1.3.1 (#337, #339).

## Features

- Add back SSL support for MariaDB 5.5.68 (@d-hansen, #336, #338).

## Continuous integration

- Bump MariaDB version to fix checks (#344).


# RMariaDB 1.3.2.9009 (2024-08-31)

## Continuous integration

- Install local package for pkgdown builds.

- Improve support for protected branches with fledge.

- Improve support for protected branches, without fledge.


# RMariaDB 1.3.2.9008 (2024-08-17)
- Add back SSL support for MariaDB 5.5.68 (@d-hansen, #336, #338).

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/r-dbi/RMariaDB/actions/runs/10425483372
Run: https://github.com/r-dbi/RMariaDB/actions/runs/10208511607
Run: https://github.com/r-dbi/RMariaDB/actions/runs/9728433906
Run: https://github.com/r-dbi/RMariaDB/actions/runs/9692458109

## Continuous integration

- Remove Aviator.
- Use stable pak (#349).
- Import from actions-sync, check carefully (#348).
- Use pkgdown branch (#347).
- ci: Use pkgdown branch
- ci: Updates from duckdb
- ci: Trigger run
- ci: Latest changes
- chore: Auto-update from GitHub Actions
Run: https://github.com/r-dbi/RMariaDB/actions/runs/11753599313
- Install via R CMD INSTALL ., not pak (#346).
- ci: Install via R CMD INSTALL ., not pak
- ci: Bump version of upload-artifact action
- Bump MariaDB version to fix checks (#344).
- Install local package for pkgdown builds.
- Improve support for protected branches with fledge.
- Improve support for protected branches, without fledge.
- Sync with latest developments.


# RMariaDB 1.3.2.9007 (2024-08-10)

## Continuous integration

- Use v2 instead of master.


# RMariaDB 1.3.2.9006 (2024-08-06)

## Continuous integration

- Inline action.


# RMariaDB 1.3.2.9005 (2024-08-02)

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/r-dbi/RMariaDB/actions/runs/10208511607

## Continuous integration

- Use dev roxygen2 and decor.


# RMariaDB 1.3.2.9004 (2024-07-10)

## Bug fixes

- `dbQuoteIdentifier()` removes the `def` catalog component again, regression introduced in RMariaDB 1.3.1 (#337, #339).


# RMariaDB 1.3.2.9003 (2024-07-02)

## Continuous integration

- Fix on Windows, tweak lock workflow.


# RMariaDB 1.3.2.9002 (2024-06-30)

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/r-dbi/RMariaDB/actions/runs/9728433906


# RMariaDB 1.3.2.9001 (2024-06-28)

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/r-dbi/RMariaDB/actions/runs/9692458109

## Continuous integration

- Avoid checking bashisms on Windows.

- Allow NOTEs on R-devel.

- Better commit message.

- Bump versions, better default, consume custom matrix.

- Recent updates.

- Prepare for dynamic check matrix.


# RMariaDB 1.3.2.9000 (2024-05-26)
## Uncategorized

- Merge branch 'cran-1.3.2'.

Expand Down

0 comments on commit 6e64c38

Please sign in to comment.