Skip to content

Commit

Permalink
Merge pull request #263 from e4st-dev/bump-version
Browse files Browse the repository at this point in the history
Bump version to v0.1.1
  • Loading branch information
Ethan-Russell authored Jan 22, 2024
2 parents edc6fc4 + a6a2aa7 commit 76bfb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
env:
CODECOV_TOKEN: 6b63b55f-caba-4243-9007-28c0fb8b5981
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "E4ST"
uuid = "15c74807-6cb5-473c-8677-542c31c16277"
authors = ["Ethan Russell <[email protected]>", "Sally Robson <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
BasicInterpolators = "26cce99e-4866-4b6d-ab74-862489e035e0"
Expand Down

2 comments on commit 76bfb02

@Ethan-Russell
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/99312

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v0.1.1 -m "<description of version>" 76bfb02e39999d8e3531ceda2800e7838dd457d5
git push origin v0.1.1

Please sign in to comment.