Skip to content

Commit

Permalink
release: dec v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Nov 11, 2023
1 parent 5c866d6 commit bfcf645
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ libdecnumber.
```
# Cargo.toml
[dependencies]
dec = "0.4.8"
dec = "0.4.9"
```

**[View documentation.](https://docs.rs/dec/0.4.8/)**
**[View documentation.](https://docs.rs/dec/0.4.9/)**

## decnumber-sys [![crates.io](https://img.shields.io/crates/v/decnumber-sys.svg)](https://crates.io/crates/decnumber-sys)

Expand Down
4 changes: 4 additions & 0 deletions dec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Versioning].
`Decimal`, `Decimal64`, and `Decimal128` types when the `num-traits` feature
is enabled.

## 0.4.9 - 2023-11-11

* Fix several instances of potential memory unsafety.

## 0.4.8 - 2022-02-05

* Expose `TryFromDecimalError`.
Expand Down
2 changes: 1 addition & 1 deletion dec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/MaterializeInc/rust-decnumber"
license = "Apache-2.0"
categories = ["api-bindings"]
keywords = ["decimal", "decnumber"]
version = "0.4.8"
version = "0.4.9"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit bfcf645

Please sign in to comment.