Skip to content

Commit ac13ed8

Browse files
fledge: Bump version to 1.1.3.9005 (#830)
Co-authored-by: krlmlr <[email protected]>
1 parent 4a0f9cf commit ac13ed8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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: 1.1.3.9004
4+
Version: 1.1.3.9005
55
Authors@R: c(
66
person("Hannes", "Mühleisen", role = "aut",
77
comment = c(ORCID = "0000-0001-8552-0029")),

NEWS.md

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

3+
# duckplyr 1.1.3.9005 (2025-11-27)
4+
5+
## Bug fixes
6+
7+
- `transmute()` can reference new variables (#796, #819).
8+
9+
## Chore
10+
11+
- Move compatibility checks to duckdb (#721).
12+
13+
## Continuous integration
14+
15+
- Fix compatibility with duckdb 1.4.2.
16+
17+
## Documentation
18+
19+
- Add blog post to pkgdown config (#612, #827).
20+
21+
- Document `row.names` incompatibility (#603, #825).
22+
23+
- Add examples for specifying CSV column types by name (#775, #820).
24+
25+
- Add superseded lifecycle badge to `transmute()` documentation (#364, #824).
26+
27+
- Review contributing guide (#657).
28+
29+
330
# duckplyr 1.1.3.9004 (2025-11-17)
431

532
## Continuous integration

0 commit comments

Comments
 (0)