Skip to content

Commit c6bbb15

Browse files
prepare news
1 parent 21975ff commit c6bbb15

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

NEWS.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,27 @@ editor_options:
44
wrap: 72
55
---
66

7-
# precommit v0.3.0.9000
7+
# precommit v0.3.1
88

9-
- Ensure sorting for `spell-check` hook is case-insensitive on all
10-
operating systems. This may re-order your whole `inst/WORDLIST`
11-
(#405).
9+
**User visible changes**
10+
11+
- `.pre-commit-config.yaml` templates now contain hook to validate the
12+
[pre-commit.ci](https://pre-commit.ci) configuration (#407).
1213
- {git2r} is no longer needed for user side (#417).
14+
15+
**Bug fixes**
16+
1317
- Fix bug that prevented pkg load outside directories with precommit
1418
files (@mpadge, #413).
19+
- Ensure sorting for `spell-check` hook is case-insensitive on all
20+
operating systems. This may re-order your whole `inst/WORDLIST`
21+
(#405).
1522
- hook `forbid-to-commit` in template `.pre-commit-config.yaml` has
1623
now the correct `exclude-files` regular expression to ignore `.csv`,
1724
`.RData`, `.Rds`, `.rds` and `.Rhistory` (#410).
18-
- `.pre-commit-config.yaml` templates now contain hook to validate the
19-
[pre-commit.ci](https://pre-commit.ci) configuration (#407).
25+
26+
**Internals**
27+
2028
- `options(install.packages.compile.from.source = "never")` is used in
2129
the CI to avoid failing builds due to missing build-time deps
2230
(#412).

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a re-submission to failing tests caused by a roxygen 7.2.0.
1+
This is a submission due to user regressions.
22

33
## Test environments
44

0 commit comments

Comments
 (0)