Skip to content

Commit

Permalink
Update to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HopefulLlama committed Sep 17, 2018
1 parent 238c006 commit 2a64ce0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
- Nothing yet

## [3.0.0] 2018-09-17
### Changed
- Entire API has been reworked.
- Removed all assertion methods.
Expand Down Expand Up @@ -68,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release hype!

[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.1...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion llama-rlsr.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"oldVersion": "2.2.0"}
{"oldVersion":"3.0.0"}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unittestscad",
"version": "2.2.0",
"version": "3.0.0",
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2a64ce0

Please sign in to comment.