Skip to content

Commit

Permalink
Merge pull request #9 from JuliaSpaceMissionDesign/dev
Browse files Browse the repository at this point in the history
Update to v1.2
  • Loading branch information
MicheleCeresoli authored Nov 12, 2023
2 parents 5d8d98a + 0d8fae2 commit a948425
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JSMDUtils"
uuid = "67801824-9821-48b9-a814-9bfb19231086"
authors = ["JSMD Team"]
version = "1.1.1"
version = "1.2.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand All @@ -16,13 +16,13 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
ForwardDiff = "0.10"
JSMDInterfaces = "1"
JSMDInterfaces = "1.4"
JSON3 = "1"
PrecompileTools = "1"
ReferenceFrameRotations = "3"
StaticArrays = "1"
YAML = "0.4"
julia = "1"
julia = "1.6"

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

2 comments on commit a948425

@MicheleCeresoli
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 register

Release Notes:

  • Updated versions and test coverage.

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

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

Please sign in to comment.