Skip to content

Commit e075bc6

Browse files
committed
fledge: Bump version to 1.10.0
1 parent 64f5965 commit e075bc6

File tree

2 files changed

+18
-31
lines changed

2 files changed

+18
-31
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pillar
22
Title: Coloured Formatting for Columns
3-
Version: 1.9.99.9903
3+
Version: 1.10.0
44
Authors@R:
55
c(person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

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

3-
# pillar 1.9.99.9903
4-
5-
## Chore
6-
7-
- IDE.
8-
9-
10-
# pillar 1.9.99.9902
11-
12-
## Chore
13-
14-
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
15-
16-
## Testing
17-
18-
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
19-
20-
- Fix tests for older R versions.
3+
# pillar 1.10.0
214

225
## Breaking changes
236

247
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
258

26-
27-
# pillar 1.9.99.9901
28-
299
## Bug fixes
3010

3111
- Fix printing of infinite times (#645, #710).
3212

3313
- Fix tibble tests (#665, #709).
3414

35-
## Documentation
36-
37-
- Add `index.md`.
38-
39-
- Describe `getOption("width")` (#671, #708).
40-
41-
42-
# pillar 1.9.99.9900
43-
4415
## Features
4516

4617
- `tbl_format_setup()` gains a `setup` argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686).
@@ -51,14 +22,30 @@
5122

5223
- Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).
5324

25+
## Chore
26+
27+
- IDE.
28+
29+
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
30+
5431
## Documentation
5532

33+
- Add `index.md`.
34+
35+
- Describe `getOption("width")` (#671, #708).
36+
5637
- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).
5738

5839
- Only implement `type_sum.accel()` in pkgdown mode (#661).
5940

6041
- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).
6142

43+
## Testing
44+
45+
- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
46+
47+
- Fix tests for older R versions.
48+
6249

6350
# pillar 1.9.0
6451

0 commit comments

Comments
 (0)