Skip to content

Commit

Permalink
Merge pull request #52 from mihaiconstantin/release/1.1.1
Browse files Browse the repository at this point in the history
Release `v1.1.1`
  • Loading branch information
mihaiconstantin committed Feb 5, 2024
2 parents 351f71e + cbee6ee commit 52234ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0
Version: 1.1.1
Authors@R:
person(given = "Mihai",
family = "Constantin",
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# parabar 1.1.1

## Added
- Add tests for progress tracking context when executed tasks throw an error. In
relation to [#44](https://github.com/mihaiconstantin/parabar/issues/44).

## Changed
- Update action versions in GitHub workflows.

## Fixed
- Fix hanging progress bar on errors in the `ProgressTrackingContext.R` class.
Closes [#44](https://github.com/mihaiconstantin/parabar/issues/44).
- Remove duplicated lines in `UserApiConsumer` class. Closes #41.
- Fix indentation in `UML` design diagram. Closes #45.
- Add missing `apply` operation to `README` documentation.

# parabar 1.1.0

## Added
Expand Down

0 comments on commit 52234ba

Please sign in to comment.