Skip to content

Commit

Permalink
ProgressMeter v1.10.0 (#306)
Browse files Browse the repository at this point in the history
* ProgressMeter v1.9.1

* add timeout

* change to minor bump
  • Loading branch information
IanButterworth committed Mar 4, 2024
1 parent 6ce0298 commit 2d96180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: ${{ matrix.nthreads }}
timeout-minutes: 20
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "ProgressMeter"
uuid = "92933f4c-e287-5a05-a399-4b506db050ca"
version = "1.9.0"
version = "1.10.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down

2 comments on commit 2d96180

@IanButterworth
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

New features

  • Extends support of @showprogress to Threads.@threads and more generically to map-like functions

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/102242

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.10.0 -m "<description of version>" 2d961805d309b38644ce09529d1e5cb7df888e07
git push origin v1.10.0

Please sign in to comment.