Skip to content

Commit

Permalink
dec: prepare 0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Loiselle committed Jun 25, 2021
1 parent 798b4ad commit 9b150de
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.3"
dec = "0.4.4"
```

**[View documentation.](https://docs.rs/dec/0.4.3/)**
**[View documentation.](https://docs.rs/dec/0.4.4/)**

## 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 @@ -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.4.4 - 2021-06-25

* Fix a bug that prevented compilation in 32-bit environments.

## 0.4.3 - 2021-06-18

* Genericize precision parameter for `Decimal` functions that take multiple
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.3"
version = "0.4.4"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 9b150de

Please sign in to comment.