Skip to content

Commit

Permalink
Create CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Jun 25, 2022
1 parent 32cbb7c commit 8bde2ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: AngleBetweenVectors
abstract: Compute the arc separating two cartesian vectors in a stable and robust manner.
authors:
- given-names: Jeffrey
family-names: Sarnoff
email: "[email protected]"
affiliation: "Julia Innovator"
type: software
url: "https://github.com/JeffreySarnoff/AngleBetweenVectors.jl"
repository-code: "https://github.com/JeffreySarnoff/AngleBetweenVectors.jl"
version: 0.3.1
date-released: 2022-06-25
license: MIT

2 comments on commit 8bde2ec

@JeffreySarnoff
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()

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

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>" 8bde2ec34cc7ddaa92a4d994eb3c2253c24f3830
git push origin v0.3.1

Please sign in to comment.