Skip to content

Commit 72761ca

Browse files
authored
derive: Bump version to 0.1.1 (dalek-cryptography#594)
* derive: Bump version to 0.1.1 * Added changelog
1 parent 3c85f77 commit 72761ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

curve25519-dalek-derive/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
Entries are listed in reverse chronological order per undeprecated
4+
major series.
5+
6+
### 0.1.1
7+
8+
* Copied over license files from [original](https://github.com/koute/unsafe_target_feature/tree/389ae00d34cf0ff589cb8d9b38a85ae1b05ebfdc) repo

curve25519-dalek-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curve25519-dalek-derive"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
repository = "https://github.com/dalek-cryptography/curve25519-dalek"

0 commit comments

Comments
 (0)