Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and OTL committed Mar 29, 2021
1 parent 9693c74 commit 3d9bc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trajectory"
version = "0.0.1"
version = "0.0.2"
authors = ["Takashi Ogura <t.ogura@gmail.com>"]
edition = "2018"
description = "Trajectory interpolation"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trajectory

[![Build Status](https://img.shields.io/github/workflow/status/openrr/trajectory/CI/main)](https://github.com/openrr/trajectory/actions)
[![Build Status](https://img.shields.io/github/workflow/status/openrr/trajectory/CI/main)](https://github.com/openrr/trajectory/actions) [![crates.io](https://img.shields.io/crates/v/trajectory.svg)](https://crates.io/crates/trajectory) [![docs](https://docs.rs/trajectory/badge.svg)](https://docs.rs/trajectory)

Trajectory interpolator for Rust.

Expand Down

0 comments on commit 3d9bc1a

Please sign in to comment.