Skip to content

Commit

Permalink
bump ManifoldsBase compat (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran authored Feb 15, 2023
1 parent 7e0a7a3 commit 029a341
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 = "ManifoldDiff"
uuid = "af67fdf4-a580-4b9f-bbec-742ef357defd"
authors = ["Seth Axen <seth.axen@gmail.com>", "Mateusz Baran <mateuszbaran89@gmail.com>", "Ronny Bergmann <manopt@ronnybergmann.net>"]
version = "0.3"
version = "0.3.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -15,7 +15,7 @@ ChainRulesCore = "1"
DoubleFloats = ">= 0.9.2"
ForwardDiff = "0.10"
Manifolds = "0.8.43"
ManifoldsBase = "0.13.29"
ManifoldsBase = "0.13.29, 0.14"
RecursiveArrayTools = "2"
Requires = "1"
StaticArrays = "1"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Documenter = "0.27"
ManifoldDiff = "0.3"
ManifoldsBase = "0.13"
ManifoldsBase = "0.14"
Manifolds = "0.8"

2 comments on commit 029a341

@mateuszbaran
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/77746

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.1 -m "<description of version>" 029a34123fbdde48ca0d0248bb96551e529e3027
git push origin v0.3.1

Please sign in to comment.