Skip to content

Commit

Permalink
Populate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 22, 2024
1 parent 0471ca0 commit 70f0a07
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions curve25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Entries are listed in reverse chronological order per undeprecated
major series.

# Unreleased

### 4.2.0-pre

* Update the MSRV from 1.60 to 1.71
* Update `digest` dependency to `0.11`.
* Update `sha2` dependency to `0.11`.

## 4.x series

### 4.1.2
Expand Down
8 changes: 8 additions & 0 deletions ed25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Entries are listed in reverse chronological order per undeprecated major series.

# Unreleased

## 2.2.0-pre

* Update the MSRV from 1.60 to 1.72
* Update `sha2` dependency to `0.11`.
* Update `signature` dependency to `2.3.0-pre.3`.
* Update underlying `curve25519_dalek` to `4.2.0-pre`
* Update underlying `ed25519` to `2.3.0-pre`

# 2.x series

## 2.1.1
Expand Down
7 changes: 7 additions & 0 deletions x25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Entries are listed in reverse chronological order.

# Unreleased

## 2.1.0-pre

* Update the MSRV from 1.60 to 1.71
* Update underlying `curve25519_dalek` to `4.2.0-pre`

# 2.x Series

* Note: All `x255919-dalek` 2.x releases are in sync with the underlying `curve25519-dalek` 4.x releases.
Expand Down

0 comments on commit 70f0a07

Please sign in to comment.