Skip to content

Commit

Permalink
Update compatibility specs and plan
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Jul 5, 2023
1 parent 121cb84 commit bd1b1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnitfulCoordinateSystems"
uuid = "09812cc9-162f-4ef5-b000-81142b1d39ff"
authors = ["Mike Ingold <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
DimensionfulAngles = "2d4b8d7a-02d9-40f9-9abe-9c695b77de0d"
Expand All @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
DimensionfulAngles = "0.1"
DimensionfulAngles = "0.1, 0.2"
julia = "1.6"
StaticArrays = "1"
Unitful = "1"
2 changes: 1 addition & 1 deletion docs/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Documentation:

Tests:
- Finish writing tests
- For `CoordinateCylindrical` and `CoordinateSpherical`
- For `SVector` conversions
- Equality `==` between different coordinate types?
- Unit vectors
- Deploy a GitHub Action for `runtests.jl`

Long Term:
Expand Down

2 comments on commit bd1b1a9

@mikeingold
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
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/86863

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

Please sign in to comment.