Skip to content

Commit

Permalink
Bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Jun 30, 2021
1 parent 289afc8 commit a52d1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The ❗ icon indicates a breaking change.

## Unreleased
## v0.10.0 - 2021-06-30

### Added

Expand All @@ -18,7 +18,6 @@ The ❗ icon indicates a breaking change.
| ----------------------------------------------- | --------------------------------------- |
| `IntervalErrorKind::UndefinedOperation` | `Interval::EMPTY` or `DecInterval::NAI` |
| `IntervalErrorKind::PossiblyUndefinedOperation` | `(Dec)Interval::ENTIRE` |


### Changed

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 = "inari"
version = "0.9.10"
version = "0.10.0"
authors = ["Masashi Mizuno"]
edition = "2018"
description = "A Rust implementation of interval arithmetic"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![build](https://img.shields.io/github/workflow/status/unageek/inari/build/master)](https://github.com/unageek/inari/actions?query=branch%3Amaster+workflow%3Abuild)
[![coverage](https://img.shields.io/coveralls/github/unageek/inari/master)](https://coveralls.io/github/unageek/inari?branch=master)

A Rust implementation of [interval arithmetic](https://en.wikipedia.org/wiki/Interval_arithmetic).
**inari** is a Rust implementation of [interval arithmetic](https://en.wikipedia.org/wiki/Interval_arithmetic).

## Requirements

Expand Down

0 comments on commit a52d1be

Please sign in to comment.