Skip to content

Commit

Permalink
GH actions for proper julia lower bound; v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Sep 30, 2021
1 parent c4f775c commit 9ea00a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-lts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: julia-1.0
name: julia-1.1

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.0']
julia-version: ['1.1']
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest]

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Pathogen"
uuid = "c8189ad9-0349-5cbb-98f2-579781f27e5c"
authors = ["Justin Angevaare <[email protected]>"]
version = "0.4.12"
version = "0.4.13"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down

2 comments on commit 9ea00a9

@jangevaare
Copy link
Owner 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:

  • Github actions based testing
  • Compatibility updates
  • Plot recipe deprecation fix

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

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.4.13 -m "<description of version>" 9ea00a9b84729e872c2a2e419788a5ad8e29ac11
git push origin v0.4.13

Please sign in to comment.