File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0] - 2020-06-09
11
+
10
12
### Added
11
13
12
14
* C++ in SonarCloud analysis ([ #73 ] ( https://github.com/NLESC-JCER/cpp2wasm/issues/73 ) )
13
15
* Plot of equation ([ #30 ] ( https://github.com/NLESC-JCER/cpp2wasm/issues/30 ) )
14
16
15
17
### Fixed
16
18
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 ) )
19
21
20
22
## [ 0.2.0] - 2020-06-09
21
23
@@ -47,6 +49,7 @@ Initial release.
47
49
* Generated source code in repo ([ #1 ] ( https://github.com/NLESC-JCER/cpp2wasm/issues/1 ) )
48
50
* Python chapter ([ #8 ] ( https://github.com/NLESC-JCER/cpp2wasm/pull/8 ) )
49
51
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
51
54
[ 0.2.0 ] : https://github.com/NLESC-JCER/cpp2wasm/compare/v0.1.0...v0.2.0
52
55
[ 0.1.0 ] : https://github.com/NLESC-JCER/cpp2wasm/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments