Skip to content

Commit

Permalink
Bump crate version to v0.7.1
Browse files Browse the repository at this point in the history
Bug Fixes:
* Fix a divide by zero panic in GnuHashTable.find() for tables with nbloom = 0
  • Loading branch information
cole14 committed Jan 8, 2023
1 parent f45969a commit da1e25f
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
Expand Up @@ -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
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 = "elf"
version = "0.7.0"
version = "0.7.1"
authors = ["Christopher Cole <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cole14/rust-elf/"
Expand Down

0 comments on commit da1e25f

Please sign in to comment.