Skip to content

Commit

Permalink
decnumber-sys: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Mar 2, 2024
1 parent 8e507ce commit e33480a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Low-level bindings to libdecnumber.
```
# Cargo.toml
[dependencies]
decnumber-sys = "0.1.5"
decnumber-sys = "0.1.6"
```

**[View documentation.](https://docs.rs/decnumber-sys/0.1.5/)**
**[View documentation.](https://docs.rs/decnumber-sys/0.1.6/)**

[libdecnumber]: http://speleotrove.com/decimal/decnumber.html
7 changes: 7 additions & 0 deletions decnumber-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this crate will be documented in this file.
The format is based on [Keep a Changelog], and this crate adheres to [Semantic
Versioning].

## 0.1.6 - 2023-02-02

* Fix potential memory unsafety ([#80]). Thanks, [@icmccorm] and [@def-]!

## 0.1.5 - 2020-03-10

* Expose the lookup table for converting binary numbers 0-999 to their
Expand Down Expand Up @@ -34,6 +38,9 @@ Versioning].

Initial release.

[#80]: https://github.com/MaterializeInc/rust-dec/issues/80
[@icmccorm]: https://github.com/icmccorm
[@def-]: https://github.com/def-
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[errata]: http://speleotrove.com/decimal/decnumerr.html
2 changes: 1 addition & 1 deletion decnumber-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation = "https://docs.rs/decnumber-sys"
repository = "https://github.com/MaterializeInc/rust-decnumber"
license = "ICU"
categories = ["external-ffi-bindings"]
version = "0.1.5"
version = "0.1.6"
edition = "2018"
links = "decnumber"

Expand Down

0 comments on commit e33480a

Please sign in to comment.