Skip to content

Commit d7a75da

Browse files
committed
chore: release 0.0.6
1 parent c6a56aa commit d7a75da

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog], and this project adheres to
6-
[Semantic Versioning].
5+
The format is based on [Keep a Changelog],
6+
and this project adheres to [Semantic Versioning].
7+
8+
## [0.0.6] - 2021-02-16
9+
10+
### Features
11+
12+
- quaternions ([`7c5f102`])
13+
- vector midpoint method ([`171c11e`])
14+
- add to and from homogenous ([`78d8b4d`])
715

816
## [0.0.5] - 2021-02-15
917

@@ -69,6 +77,10 @@ The format is based on [Keep a Changelog], and this project adheres to
6977

7078
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
7179
[semantic versioning]: https://semver.org/spec/v2.0.0.html
80+
[0.0.6]: https://github.com/denosaurs/gmath/compare/0.0.5...0.0.6
81+
[`7c5f102`]: https://github.com/denosaurs/gmath/commit/7c5f102ae6bdf0f4b73b4cf0a87c60a26db63304
82+
[`171c11e`]: https://github.com/denosaurs/gmath/commit/171c11efdff32acaa4522ae4496058c37eea4b4b
83+
[`78d8b4d`]: https://github.com/denosaurs/gmath/commit/78d8b4dccafe2a45354cbfff79490e00c092e1d6
7284
[0.0.5]: https://github.com/denosaurs/gmath/compare/0.0.4...0.0.5
7385
[`d0dea04`]: https://github.com/denosaurs/gmath/commit/d0dea041bb44d818aeadf6c371cf2154308d8a43
7486
[0.0.4]: https://github.com/denosaurs/gmath/compare/0.0.3...0.0.4

0 commit comments

Comments
 (0)