Skip to content

Commit

Permalink
k256 v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 8, 2024
1 parent f62e961 commit 3787e4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions k256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.13.3 (2024-01-08)
### Added
- More inlines for better efficiency ([#999])

[#999]: https://github.com/RustCrypto/elliptic-curves/pull/999

## 0.13.2 (2023-11-15)
### Added
- `#[inline]` annotations on `conditional_select` ([#942])
Expand Down
2 changes: 1 addition & 1 deletion k256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k256"
version = "0.13.2"
version = "0.13.3"
description = """
secp256k1 elliptic curve library written in pure Rust with support for ECDSA
signing/verification/public-key recovery, Taproot Schnorr signatures (BIP340),
Expand Down
2 changes: 1 addition & 1 deletion k256/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020-2022 RustCrypto Developers
Copyright (c) 2020-2024 RustCrypto Developers

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down

0 comments on commit 3787e4c

Please sign in to comment.