Skip to content

Commit

Permalink
Merge pull request #59 from BioJulia/release/v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
CiaranOMara committed Apr 20, 2023
2 parents 2ed8254 + 6d893a8 commit 989941e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/UnitTests.yml
Expand Up @@ -38,10 +38,6 @@ jobs:
- name: Create CodeCov
uses: julia-actions/julia-processcoverage@v1
- name: Upload CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "IntervalTrees"
uuid = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
authors = ["Daniel C. Jones <dcjones@cs.washington.edu>", "Kenta Sato <bicycle1885@gmail.com>", "Sabrina J. Ward <sabrinajward@protonmail.com>"]
version = "1.0.0"
version = "1.1.0"

[compat]
julia = "0.7, 1"
Expand Down

2 comments on commit 989941e

@CiaranOMara
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/81964

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.1.0 -m "<description of version>" 989941e60b70fd80af15c3edd2c589b92fb4f04d
git push origin v1.1.0

Please sign in to comment.