Skip to content

Commit

Permalink
0.6.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coltfred committed Feb 7, 2019
1 parent f791467 commit 2294991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.0

- [[#21](#21)] - Many fixes for edge cases, remove Barrett. Breaking changes on macro invocation.
- [[#20](#20)] - Fix defect in const_eq0 and related div_mod issue.
- [[#19](#19)] - Make abs constant time.

## 0.5.2

- [[#18](#18)] - Add From<[u8; 64]> to Fp480
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gridiron"
version = "0.5.2"
version = "0.6.0"
edition = "2018"
authors = ["IronCore Labs <code at ironcorelabs.com>"]
repository = "https://github.com/IronCoreLabs/gridiron"
Expand Down

0 comments on commit 2294991

Please sign in to comment.