chore: release version v1.0.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-23 20:12:08 +13:00
parent 9b44964aeb
commit 5b1ef639d7
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.1](https://harton.dev/james/kinemat/compare/v1.0.0...v1.0.1) (2024-02-23)
## [v1.0.0](https://harton.dev/james/kinemat/compare/v0.1.0...v1.0.0) (2023-01-16)
### Breaking Changes:

View file

@ -16,7 +16,7 @@ For now, you can install it as a Git dependency:
```elixir
def deps do
[{:kinemat, "~> 1.0.0"}]
[{:kinemat, "~> 1.0.1"}]
end
```

View file

@ -5,7 +5,7 @@ defmodule Kinemat.Mixfile do
Forward and reverse kinematics for robotics and simulations.
"""
@version "1.0.0"
@version "1.0.1"
def project do
[