derive: Bump version to 0.1.1 (#594)

* derive: Bump version to 0.1.1

* Added changelog
This commit is contained in:
Michael Rosenberg 2023-10-31 13:40:12 -04:00 committed by GitHub
parent 3c85f778b3
commit 72761ca6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View 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

View file

@ -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"