mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
derive: Bump version to 0.1.1 (#594)
* derive: Bump version to 0.1.1 * Added changelog
This commit is contained in:
parent
3c85f778b3
commit
72761ca6b4
2 changed files with 9 additions and 1 deletions
8
curve25519-dalek-derive/CHANGELOG.md
Normal file
8
curve25519-dalek-derive/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
Entries are listed in reverse chronological order per undeprecated
|
||||||
|
major series.
|
||||||
|
|
||||||
|
### 0.1.1
|
||||||
|
|
||||||
|
* Copied over license files from [original](https://github.com/koute/unsafe_target_feature/tree/389ae00d34cf0ff589cb8d9b38a85ae1b05ebfdc) repo
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "curve25519-dalek-derive"
|
name = "curve25519-dalek-derive"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue