Skip to content

Commit

Permalink
Update following the release of JSBSim v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Sep 25, 2022
1 parent 0943f62 commit e1b4d28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1.7'
- '1.8'
os:
- macOS-latest
- windows-latest
Expand All @@ -37,7 +39,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: JSBSim-Team/jsbsim
ref: 'v1.1.5'
ref: 'v1.1.12'
path: JSBSim
- name: Build package
uses: julia-actions/julia-buildpkg@latest
Expand Down
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JSBSim"
uuid = "1735446d-a1d9-49ef-8d9f-4aa6b1e90fb9"
authors = ["Bertrand Coconnier <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
Expand All @@ -10,8 +10,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CxxWrap = "0.11"
JSBSim_jll = "1.1.5"
julia = "1.5"
JSBSim_jll = "1.1.12"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit e1b4d28

@bcoconni
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/68930

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.2.0 -m "<description of version>" e1b4d287a016f32c53f8c5722888d3e98d3df4eb
git push origin v0.2.0

Please sign in to comment.