Skip to content

Commit

Permalink
Merge pull request #57 from mihaiconstantin/release/1.2.0
Browse files Browse the repository at this point in the history
Release `1.2.0`
  • Loading branch information
mihaiconstantin authored Oct 16, 2024
2 parents eb56b9e + 32ab3c6 commit 0c1b2ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: parabar
Title: Progress Bar for Parallel Tasks
Version: 1.1.1
Version: 1.2.0
Authors@R:
person(given = "Mihai",
family = "Constantin",
Expand All @@ -20,7 +20,7 @@ Imports:
filelock,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.1
Collate:
'TaskState.R'
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# parabar 1.2.0

## Changed
- Enable `roxygen` checks for `R6` documentation in `DESCRIPTION`.
- Update `Context` to implement the `Service` interface.
- Update GitHub workflows.
- Fix typos and other errors in code documentation.

# parabar 1.1.1

## Added
Expand Down

0 comments on commit 0c1b2ea

Please sign in to comment.