Update repository link; Remove homepage link;
This commit is contained in:
parent
d58ab5ebe3
commit
36358649d4
2 changed files with 7 additions and 3 deletions
|
@ -3,6 +3,11 @@
|
|||
This is the changelog of [Polywave](https://crates.io/crates/polywave/).
|
||||
See `README.md` for more information.
|
||||
|
||||
## 0.8.1
|
||||
|
||||
* Update repository link
|
||||
* Remove homepage link
|
||||
|
||||
## 0.8.0
|
||||
|
||||
* Add `transfer` constructor to `SRgb`
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
|
||||
[package]
|
||||
name = "polywave"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
authors = ["Gabriel Bjørnager Jensen"]
|
||||
edition = "2021"
|
||||
rust-version = "1.82"
|
||||
description = "Vector-based colour manipulators."
|
||||
documentation = "https://docs.rs/polywave/"
|
||||
readme = "README.md"
|
||||
homepage = "https://crates.io/crates/polywave/"
|
||||
repository = "https://gitlab.com/bjoernager/polywave/"
|
||||
repository = "https://mandelbrot.dk/bjoernager/polywave/"
|
||||
license = "MPL-2.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
Loading…
Add table
Reference in a new issue