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 19:43:33 +13:00
parent cde2bdd7c7
commit aac72745af
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/angle/compare/v1.0.0...v1.0.1) (2024-02-23)
## [v1.0.0](https://harton.dev/james/angle/compare/v0.3.0...v1.0.0) (2023-01-16)
### Breaking Changes:

View file

@ -61,7 +61,7 @@ by adding `angle` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:angle, "~> 1.0.0"}
{:angle, "~> 1.0.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule Angle.Mixfile do
Tired of forever converting back and forwards between degrees and radians?
Well worry no more; Angle is here to make your life simple!
"""
@version "1.0.0"
@version "1.0.1"
def project do
[