Skip to content

Commit

Permalink
dec: prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Feb 11, 2021
1 parent 7bc3058 commit c63765b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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.2.0"
dec = "0.3.0"
```

**[View documentation.](https://docs.rs/dec/0.2.0/)**
**[View documentation.](https://docs.rs/dec/0.3.0/)**

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

Expand Down
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
git tag -am "decnumber-sys $VERSION" decnumber-sys-$VERSION
```

* ```
* Push tags:

```
git push --tags
```

* Create a new release on GitHub.
* Create a new release on GitHub:

* ```
(cd dec && cargo publish)
Expand Down
2 changes: 1 addition & 1 deletion dec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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].

## Unreleased
## 0.3.0 - 2021-02-11

* Implement `From<i64>` and `From<u64>` for `Decimal128`.

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.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit c63765b

Please sign in to comment.