Skip to content

Commit

Permalink
new release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Dec 12, 2016
1 parent 4e76f94 commit b369ff0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.1] - 2016-12-12
### Changed
- fixed the error estimate to be more correct.

## [0.1.0] - 2016-12-11
### Added
- everything, initial upload to crates.io.

[0.1.1]: https://github.com/Eh2406/quadrature/tree/0.1.1
[0.1.0]: https://github.com/Eh2406/quadrature/tree/0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quadrature"
version = "0.1.0"
version = "0.1.1"
authors = ["Jacob Finkelman <[email protected]>"]
description = "This is a port of John D. Cook's the Fast Numerical Integration. Other quadrature techniques may be added in the future."
repository = "https://github.com/Eh2406/quadrature"
Expand Down

0 comments on commit b369ff0

Please sign in to comment.