Skip to content

Commit b1fd906

Browse files
committed
Prep for 0.3.0 release
1 parent 9d4d1bc commit b1fd906

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2020-06-09
11+
1012
### Added
1113

1214
* C++ in SonarCloud analysis ([#73](https://github.com/NLESC-JCER/cpp2wasm/issues/73))
1315
* Plot of equation ([#30](https://github.com/NLESC-JCER/cpp2wasm/issues/30))
1416

1517
### Fixed
1618

17-
- Use fabs instead of abs to fix tolerance issue ([#79](https://github.com/NLESC-JCER/cpp2wasm/pull/79))
18-
- Precision of the result ([#79](https://github.com/NLESC-JCER/cpp2wasm/pull/79))
19+
* Use fabs instead of abs to fix tolerance issue ([#79](https://github.com/NLESC-JCER/cpp2wasm/pull/79))
20+
* Precision of the result ([#79](https://github.com/NLESC-JCER/cpp2wasm/pull/79))
1921

2022
## [0.2.0] - 2020-06-09
2123

@@ -47,6 +49,7 @@ Initial release.
4749
* Generated source code in repo ([#1](https://github.com/NLESC-JCER/cpp2wasm/issues/1))
4850
* Python chapter ([#8](https://github.com/NLESC-JCER/cpp2wasm/pull/8))
4951

50-
[Unreleased]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.2.0...HEAD
52+
[Unreleased]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.3.0...HEAD
53+
[0.3.0]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.2.0...v0.3.0
5154
[0.2.0]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.1.0...v0.2.0
5255
[0.1.0]: https://github.com/NLESC-JCER/cpp2wasm/releases/tag/v0.1.0

0 commit comments

Comments
 (0)