Bump crate version to v0.7.1
Bug Fixes: * Fix a divide by zero panic in GnuHashTable.find() for tables with nbloom = 0
This commit is contained in:
parent
f45969a2e2
commit
da1e25f338
@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
|
||||
## [0.7.1] - 2023-01-08
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix a divide by zero panic in GnuHashTable.find() for tables with nbloom = 0
|
||||
|
||||
## [0.7.0] - 2022-11-14
|
||||
|
||||
### New Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "elf"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/cole14/rust-elf/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user