Skip to content

Commit 0c1b2ea

Browse files
Merge pull request #57 from mihaiconstantin/release/1.2.0
Release `1.2.0`
2 parents eb56b9e + 32ab3c6 commit 0c1b2ea

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parabar
22
Title: Progress Bar for Parallel Tasks
3-
Version: 1.1.1
3+
Version: 1.2.0
44
Authors@R:
55
person(given = "Mihai",
66
family = "Constantin",
@@ -20,7 +20,7 @@ Imports:
2020
filelock,
2121
utils
2222
Encoding: UTF-8
23-
Roxygen: list(markdown = TRUE)
23+
Roxygen: list(markdown = TRUE, r6 = TRUE)
2424
RoxygenNote: 7.3.1
2525
Collate:
2626
'TaskState.R'

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# parabar 1.2.0
2+
3+
## Changed
4+
- Enable `roxygen` checks for `R6` documentation in `DESCRIPTION`.
5+
- Update `Context` to implement the `Service` interface.
6+
- Update GitHub workflows.
7+
- Fix typos and other errors in code documentation.
8+
19
# parabar 1.1.1
210

311
## Added

0 commit comments

Comments
 (0)