Skip to content

Commit 49f1b9d

Browse files
fledge: Bump version to 0.99.99.9921 (#498)
Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
1 parent 6bc75d1 commit 49f1b9d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: duckplyr
33
Title: A 'DuckDB'-Backed Version of 'dplyr'
4-
Version: 0.99.99.9920
4+
Version: 0.99.99.9921
55
Authors@R: c(
66
person("Hannes", "Mühleisen", role = "aut",
77
comment = c(ORCID = "0000-0001-8552-0029")),

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3+
# duckplyr 0.99.99.9921 (2025-01-26)
4+
5+
## Bug fixes
6+
7+
- Remove startup message after second `load_all()` (#480, #492).
8+
9+
## Chore
10+
11+
- Install duckdb from CRAN (#495).
12+
13+
## Documentation
14+
15+
- Introduce concept of funneling alongside eagerness and lazyness (#473, #496).
16+
17+
318
# duckplyr 0.99.99.9920 (2025-01-25)
419

520
## Features

0 commit comments

Comments
 (0)